]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
cast: fix compilation with GCC's -Wcast-qual
[ccan] / tools / ccanlint / ccanlint.h
index 33db1257eb126bbf9f59299175af05f13c5edaf6..0c73716a714cfeafe80b0337490802dd610d73cc 100644 (file)
@@ -222,7 +222,7 @@ extern bool safe_mode;
 extern const char *ccan_dir;
 
 /* Compiler and CFLAGS, from config.h if available. */
-extern const char *compiler, *cflags;
+extern char *compiler, *cflags;
 
 /* Contents of config.h (or NULL if not found) */
 extern const char *config_header;