aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2006-08-14 05:54:04 +0000
committerreinelt <>2006-08-14 05:54:04 +0000
commitc263ef0295d2483c40973942bfc050e9936bfa9e (patch)
tree9deacddbcd9b53939d28bcebeca70c38be8b2a8f /Makefile.am
parent8eb09e832fb1722c7e4009a6e24e87d6af4d13cc (diff)
downloadlcd4linux-c263ef0295d2483c40973942bfc050e9936bfa9e.tar.gz
[lcd4linux @ 2006-08-14 05:54:03 by reinelt]
minor warnings fixed, CFLAGS changed (no-strict-aliasing)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c4d286a..359dd2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ PLUGINS=@PLUGINS@
bin_PROGRAMS = lcd4linux
-AM_CFLAGS = -D_GNU_SOURCE -Wall -W
+AM_CFLAGS = -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing
lcd4linux_LDFLAGS =
lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@