#5074 Nuke -Werror. It's dumb right now

This commit is contained in:
Andrew Nelless 2017-02-06 10:51:16 +00:00
parent 4b913b5599
commit 2643cea67b
1 changed files with 1 additions and 6 deletions

View File

@ -74,11 +74,6 @@ endif()
# Depending on the platform, pass in the required defines.
if (UNIX)
# warnings as errors:
# we have a problem with people checking in code with warnings.
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wno-unused-local-typedefs")
if (NOT APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
endif()