From 4eb995e1e23dfc3e84a6f5575326eade6bc6429e Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 14 Aug 2006 05:54:04 +0000 Subject: [lcd4linux @ 2006-08-14 05:54:03 by reinelt] minor warnings fixed, CFLAGS changed (no-strict-aliasing) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@694 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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@ -- cgit v1.2.3