From c263ef0295d2483c40973942bfc050e9936bfa9e 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) --- 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