X-Git-Url: https://git.cworth.org/git?p=kub;a=blobdiff_plain;f=Makefile;h=732fbf1f68a72540a8a09018c346bc8b3ebb000d;hp=54d45f0871faba5d60085cd126b613a88e9f4b8e;hb=ae3388c5e09cb267a8bba8d01afd168d7955031d;hpb=4055bbb5a7882b70c5b83ca1f6f0a76161f8260b diff --git a/Makefile b/Makefile index 54d45f0..732fbf1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ WARN_CFLAGS=-Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ - -Wnested-externs -fno-strict-aliasing + -Wnested-externs -fno-strict-aliasing -Wno-unused-function KUB_CFLAGS=$(WARN_CFLAGS) `pkg-config --cflags gtk+-2.0 librsvg-2.0` -DGTK_DISABLE_DEPRECATED KUB_LDFLAGS=`pkg-config --libs gtk+-2.0 librsvg-2.0`