ccan: add -Wpointer-arith and -Wwrite-strings by default
Wpointer-arith is useful for spotting GCC-isms which do arithmetic on void pointers. Wwrite-strings treats string constants as const char *, which is sane (but bad for legacy code).
Showing
Please register or sign in to comment