diff --git a/CMakeLists.txt b/CMakeLists.txt index 8828ad2..f94ecb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -249,9 +249,8 @@ set_target_properties( target_compile_options( cpptrace PRIVATE - # -Wshadow $<$>:-Wall -Wextra -Werror=return-type -Wundef> - $<$:-Wuseless-cast -Wnonnull-compare> + $<$:-Wuseless-cast> $<$:/W4 /WX /permissive-> )