aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-07-03 11:19:27 +0200
committerShauren <shauren.trinity@gmail.com>2015-07-03 11:19:27 +0200
commitc24787f6665b5ea2b696bdfa7134a19ab5a3c331 (patch)
tree9cf8555f7f2399b5a0b2f3d28e1410247fc1f2f9 /dep/CascLib
parent58adb74717be6f64511a16ab1194ee29378b0327 (diff)
Buildsystem: Fixed disabling compiler warnings in dep for clang/icc
Diffstat (limited to 'dep/CascLib')
-rw-r--r--dep/CascLib/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/dep/CascLib/CMakeLists.txt b/dep/CascLib/CMakeLists.txt
index 7217e8642f4..429ebfb78e8 100644
--- a/dep/CascLib/CMakeLists.txt
+++ b/dep/CascLib/CMakeLists.txt
@@ -39,9 +39,4 @@ set(TOMCRYPT_FILES
include_directories(${CMAKE_SOURCE_DIR}/dep)
-# Turn off warnings for casclib till the sources are updated
-IF ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
- set_source_files_properties(Common.cpp PROPERTIES COMPILE_FLAGS -Wno-char-subscripts)
-endif()
-
add_library(casc STATIC ${SRC_FILES} ${TOMCRYPT_FILES})