mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
turn off warnings about long doubles
This commit is contained in:
parent
0ec2439e9c
commit
77d35fe71e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue