diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index 6af24c092cc..78fb31151f1 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -17,6 +17,7 @@ if(CMAKE_COMPILER_IS_GNUCC) elseif(CMAKE_C_COMPILER_ID MATCHES "Clang") remove_cc_flag( "-Weverything" + "-Wextra" ) endif()