2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

removed the -Wno-long-double flag from Darwin section too

[SVN r21979]
This commit is contained in:
Jeremy Siek
2004-01-26 20:21:22 +00:00
parent aa1d40b3e3
commit ccb7817e26

View File

@@ -121,7 +121,6 @@ else if $(UNIX)
# There is no gcc/g++, we need to use cc/c++ instead:
.GCC ?= cc ;
.GXX ?= c++ ;
flags gcc CFLAGS : -Wno-long-double ;
}
case *BSD :
{