This version introduced -Wunsafe-buffer-usage which warns indexing into pointers. That may make sense for C++ (which now has span) but I don’t know why it’s there for C code as well. Is there any C codebase that would enable this?
-Wunsafe-buffer-usage
This version introduced
-Wunsafe-buffer-usage
which warns indexing into pointers. That may make sense for C++ (which now has span) but I don’t know why it’s there for C code as well. Is there any C codebase that would enable this?