Fix more warnings (#260).

This commit is contained in:
EinMByte 2015-08-30 12:33:09 +02:00
parent ee0d603a81
commit 6dd36b8289
3 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
)
endif()
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -undefined dynamic_lookup")
# TODO: Clang-specific flags
endif()
# Compiler flags customization (by system)