diff options
author | callum_linden <none@none> | 2015-09-18 14:19:51 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2015-09-18 14:19:51 -0700 |
commit | 9ad8b866139a8a5a27830265953d4c71ffbc4b9f (patch) | |
tree | a546f3c2674edef11f15c53a8a9bd7e32484022d /indra/cmake | |
parent | 5ec6d2cfd4c0a187da9f50c1d50e4b5512425be3 (diff) |
Turn off (for now) the warnings/errors that result from Boost.Units usage
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | indra/cmake/00-Common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 7a320ffc59..1a3b6c5117 100755 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -191,7 +191,7 @@ if (DARWIN) add_definitions(-DLL_DARWIN=1) set(CMAKE_CXX_LINK_FLAGS "-Wl,-no_compact_unwind -Wl,-headerpad_max_install_names,-search_paths_first") set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_CXX_LINK_FLAGS}") - set(DARWIN_extra_cstar_flags "-g") + set(DARWIN_extra_cstar_flags "-g -Wno-unused-local-typedef -Wno-deprecated-declarations") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${DARWIN_extra_cstar_flags}") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${DARWIN_extra_cstar_flags}") # NOTE: it's critical that the optimization flag is put in front. |