From 56c3be9dd4f99c2f93eb00304eefe16e5a5321f4 Mon Sep 17 00:00:00 2001 From: Mingxin Wang Date: Sun, 20 Oct 2024 18:58:17 +0800 Subject: [PATCH] test --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3460c6e..93ede69 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -32,7 +32,7 @@ target_link_libraries(msft_proxy_tests PRIVATE gtest_main) if(MSVC) target_compile_options(msft_proxy_tests PRIVATE /W4 /WX) else() - target_compile_options(msft_proxy_tests PRIVATE -Wall -Wextra -Wpedantic) + target_compile_options(msft_proxy_tests PRIVATE -Wall -Wextra -Wpedantic -Werror) endif() include(GoogleTest)