aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-28 15:49:52 +1300
commit22428b4d31bfbad0462fe13719698232452f4149 (patch)
treed52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /Makefile
parent45f116b0562951775af0d6833229b22b49bc0397 (diff)
downloadparamano-22428b4d31bfbad0462fe13719698232452f4149.tar.xz
Code tidy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0cc1aa..b701f43 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ DEPS = bat_tray.h \
getcore.h \
getfreq.h \
getgov.h \
- reload.h \
paramano.h \
+ reload.h \
tray.h \
paramano_set_interface.h
@@ -55,6 +55,18 @@ CFLAGS = -I/usr/include/gtk-2.0 \
-I/usr/include/glib-2.0 \
-I/usr/lib/glib-2.0/include \
-Wall \
+ -Wclobbered \
+ -Wempty-body \
+ -Wignored-qualifiers \
+ -Wmissing-field-initializers \
+ -Wmissing-parameter-type \
+ -Woverride-init \
+ -Wsign-compare \
+ -Wtype-limits \
+ -Wuninitialized \
+ -Wunused-but-set-parameter \
+ -Wdouble-promotion \
+ -Werror \
-D_=gettext
LDFLAGS = -lgtk-3 \