diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8781fad..0267ce6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -60,6 +60,7 @@ target_compile_options(gsl_tests_config INTERFACE $<$: -Wno-c++98-compat -Wno-c++98-compat-pedantic + -Wno-missing-prototypes -Wno-undef > ) @@ -158,6 +159,7 @@ target_compile_options(gsl_tests_config_noexcept INTERFACE $<$: -Wno-c++98-compat -Wno-c++98-compat-pedantic + -Wno-missing-prototypes -Wno-undef > )