diff --git a/test/papilio_test/CMakeLists.txt b/test/papilio_test/CMakeLists.txt index cb27310..72cc6d7 100644 --- a/test/papilio_test/CMakeLists.txt +++ b/test/papilio_test/CMakeLists.txt @@ -6,7 +6,7 @@ target_compile_options(papilio_test INTERFACE $<$:/W4 /WX> $<$>:-Wall -Wextra -Wpedantic -Werror> # Workaround for GCC and GoogleTest, see https://github.com/google/googletest/issues/4232 - $<$:-Wno-error=restrict> + $<$:-Wno-error=restrict -Wno-restrict> ) # Force UTF-8 on MSVC target_compile_options(papilio_test INTERFACE