Merge branch 'develop21' of https://github.com/mangoszero/server into develop21

This commit is contained in:
Foereaper 2015-09-03 03:08:50 +02:00
commit 14e2e6e1ad
2 changed files with 1 additions and 3 deletions

View File

@ -146,8 +146,6 @@ elseif(UNIX)
# -Wno-narrowing needed to suppress a warning in g3d
# -Wno-deprecated-register is needed to suppress 185 gsoap warnings on Unix systems.
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-narrowing -Wno-deprecated-register")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-narrowing -Wno-deprecated-register -Wno-ignored-attributes")
endif()
elseif(FreeBSD)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -stdlib=libc++")
endif()

Binary file not shown.