We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include <stddef.h> ptrdiff_t foo(void *a, void *b) { return b - a; }
~ % gcc -Wgnu-pointer-arith test.c test.c:3:14: warning: arithmetic on pointers to void is a GNU extension [-Wgnu-pointer-arith] return b - a; ~ ^ ~
The check can go after this line:
arocc/src/aro/Parser.zig
Line 5512 in 26324da
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The check can go after this line:
arocc/src/aro/Parser.zig
Line 5512 in 26324da
The text was updated successfully, but these errors were encountered: