From 77d35fe71e8854705f7cc10c08227f22ead947a4 Mon Sep 17 00:00:00 2001 From: jez_higgins <> Date: Mon, 1 May 2006 20:59:41 +0000 Subject: [PATCH] turn off warnings about long doubles --- Makefile.header.darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.header.darwin b/Makefile.header.darwin index 21650fde..2aa59c9e 100644 --- a/Makefile.header.darwin +++ b/Makefile.header.darwin @@ -29,7 +29,7 @@ COPY = cp -f # your parser choice # eg DYNAMIC_LIBS = -lexpat -CXXFLAGS = -Wall +CXXFLAGS = -Wall -Wno-long-double LDFLAGS = # Includes and library directories