Determines whether warnings are issued for questionable pointer arithmetic.
Linux: | -Wpointer-arith -Wno-pointer-arith |
Windows: | /Wpointer-arith /Wno-pointer-arith |
None
Wno-pointer-arith |
No warnings are issued for questionable pointer arithmetic. |
Determines whether warnings are issued for questionable pointer arithmetic.
None