turn off warnings about long doubles

This commit is contained in:
jez_higgins 2006-05-01 20:59:41 +00:00
parent 0ec2439e9c
commit 77d35fe71e

View file

@ -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