From c909270be37026e4877acf556af0556f7d1356c6 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 May 2007 05:10:55 +0000 Subject: some compiler warnings fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@797 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 9ec7ded..8463dbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ bin_PROGRAMS = lcd4linux AM_CFLAGS = -D_GNU_SOURCE -Wall -W -fno-strict-aliasing # use this for lots of warnings -#AM_CFLAGS = -D_GNU_SOURCE -std=c90 -Wall -W -pedantic -Wno-variadic-macros -fno-strict-aliasing +#AM_CFLAGS = -D_GNU_SOURCE -std=c99 -m64 -Wall -W -pedantic -Wno-variadic-macros -fno-strict-aliasing lcd4linux_LDFLAGS = lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@ -- cgit v1.2.3