summaryrefslogtreecommitdiff
path: root/indra/cmake/00-Common.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-12-23 11:13:24 -0500
committerOz Linden <oz@lindenlab.com>2014-12-23 11:13:24 -0500
commitf02a85c36aadae7bdb8ab5be565b282671ba017a (patch)
tree33c9ff36bd8cd707f498178624689e399533e191 /indra/cmake/00-Common.cmake
parentd91fe250ace0ebbc0f22bbe8b60a3a542cb1e6be (diff)
parent43388552a07bfcfed5e674097303054e1cacf6ae (diff)
merge some linux fixes and OPEN-287
Diffstat (limited to 'indra/cmake/00-Common.cmake')
-rwxr-xr-xindra/cmake/00-Common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index ec076837f4..eb0eff2f54 100755
--- a/indra/cmake/00-Common.cmake
+++ b/indra/cmake/00-Common.cmake
@@ -209,7 +209,7 @@ if (LINUX OR DARWIN)
endif (CMAKE_CXX_COMPILER MATCHES ".*clang")
if (CMAKE_COMPILER_IS_GNUCXX)
- set(GCC_WARNINGS "-Wall -Wno-trigraphs")
+ set(GCC_WARNINGS "-Wall -Wno-sign-compare -Wno-trigraphs")
elseif (CMAKE_COMPILER_IS_CLANGXX)
set(GCC_WARNINGS "-Wall -Wno-sign-compare -Wno-trigraphs")
endif()