X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=5f5f119dfaa6d20e8ed5b46fe990681be9edacdd;hp=ed2f6bfb6e77442e9682f450d34db6b2cce6e93e;hb=32a31d9e4fb1f312a47ae8c237ac30d6c1567ccd;hpb=009f261242b7e1f5482e097315c82a4185a708bf diff --git a/tools/tools.h b/tools/tools.h index ed2f6bfb..5f5f119d 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -8,9 +8,8 @@ #define SPACE_CHARS " \f\n\r\t\v" -/* FIXME: Remove some -I */ /* FIXME: Nested functions break with -Wmissing-prototypes -Wmissing-declarations */ -#define CFLAGS "-g -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Werror -Iccan/ -I. -I.. -I../.." +#define CFLAGS "-g -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Werror -I../.." /* This actually compiles and runs the info file to get dependencies. */ char **get_deps(const void *ctx, const char *dir, const char *name,