diff --git a/cmake/CompilerWarnings.cmake b/cmake/CompilerWarnings.cmake index 17f539c..2d617bb 100644 --- a/cmake/CompilerWarnings.cmake +++ b/cmake/CompilerWarnings.cmake @@ -72,7 +72,7 @@ function(set_project_warnings project_name) -Werror=strict-aliasing -fstrict-aliasing -Werror=missing-declarations -Werror=ctor-dtor-privacy - -Werror=unused-result + -Wunused-result -Werror=implicit-fallthrough -Wmissing-include-dirs )