From: Peter Verthez Date: Mon, 14 Oct 2002 18:50:23 +0000 (+0000) Subject: Don't warn on long long. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=d4a4e9cba04f9bf056d54c9ae349cc7e89ff337d;p=gedcom-parse.git Don't warn on long long. --- diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index aa33f87..7a46ae8 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/calendar \ -DPKGDATADIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" YFLAGS = --debug --defines LFLAGS = -8 -CFLAGS = -g -O2 -W -Wall -pedantic +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long lib_LTLIBRARIES = libgedcom.la libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ diff --git a/gom/Makefile.am b/gom/Makefile.am index c1f0158..faaa1d5 100644 --- a/gom/Makefile.am +++ b/gom/Makefile.am @@ -3,7 +3,7 @@ # $Name$ INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8 -CFLAGS = -g -O2 -W -Wall -pedantic +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long lib_LTLIBRARIES = libgedcom_gom.la libgedcom_gom_la_SOURCES = gom.c \