diff -r f58b0c778b90 Config.mk --- a/Config.mk Wed Dec 20 15:22:46 2006 +0000 +++ b/Config.mk Thu Dec 21 10:22:56 2006 +0100 @@ -39,7 +39,7 @@ endif CFLAGS += -std=gnu99 -CFLAGS += -Wall -Wstrict-prototypes +CFLAGS += -Wall -Wstrict-prototypes -Wcast-qual # -Wunused-value makes GCC 4.x too aggressive for my taste: ignoring the # result of any casted expression causes a warning.