X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=config.h;fp=config.h;h=b0e5b02a3428874f89b7d6219ffcaf3d44dd6996;hp=682b4ce230fe479af6e64aa4f8572fe6095a637a;hb=a95fc43fbef22efa0a41b3ce86a732bb57ad9ef5;hpb=414da16fc2996a74f19f47ab7379ca61a723b425 diff --git a/config.h b/config.h index 682b4ce2..b0e5b02a 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #define CCAN_CONFIG_H #define _GNU_SOURCE /* Always use GNU extensions. */ #define CCAN_COMPILER "cc" -#define CCAN_CFLAGS "-g -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -DCCAN_STR_DEBUG=1" +#define CCAN_CFLAGS "-g -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -DCCAN_STR_DEBUG=1" #define HAVE_ALIGNOF 1 #define HAVE_ASPRINTF 1