diff --git a/CMakeLists.txt b/CMakeLists.txt index e6325e9c0..67441fe80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,8 +67,7 @@ function(cubos_common_target_options target) /wd4996 # Disable warning about deprecated functions /wd4458 # Disable warning about shadowing member variables /wd4456 # Disable warning about shadowing local variables - /wd4335 # Disable warning about Mac file format - /wd5030> # Introduces false positives for [[cubos::component]] + /wd4335> # Disable warning about Mac file format $<$>: -Wall @@ -76,8 +75,7 @@ function(cubos_common_target_options target) -pedantic -Wconversion -Werror - -Wno-attributes - -Wno-unknown-attributes> # Introduces false positives for [[cubos::component]] + -Wno-attributes> ) # Enable clang-tidy