From d561f4ad92db6794f6571f5a191041bad65f063b Mon Sep 17 00:00:00 2001 From: Chris Vickio Date: Sat, 14 Jan 2017 13:49:04 +0300 Subject: [PATCH] enable clang checks that were disabled --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e42cdb38..843f88c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -350,7 +350,6 @@ else() set(WARNINGS_AS_ERRORS_FLAG "-Werror") endif() if(CMAKE_C_COMPILER_ID STREQUAL "Clang") - set(WARNINGS "${WARNINGS} -Wno-deprecated-register -Wno-error=mismatched-tags -Wno-error=null-conversion -Wno-overloaded-shift-op-parentheses -Wno-error=shift-count-overflow -Wno-error=tautological-constant-out-of-range-compare -Wno-error=unused-private-field -Wno-error=unneeded-internal-declaration") if(ARM) set(WARNINGS "${WARNINGS} -Wno-error=inline-asm") endif()