diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
commit | 22428b4d31bfbad0462fe13719698232452f4149 (patch) | |
tree | d52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /Makefile | |
parent | 45f116b0562951775af0d6833229b22b49bc0397 (diff) | |
download | paramano-22428b4d31bfbad0462fe13719698232452f4149.tar.xz |
Code tidy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 \ |