show fewer warnings

This commit is contained in:
Joseph Lenox 2018-08-08 00:17:16 -05:00
parent f50c40e49c
commit ba3dee154a

View File

@ -13,7 +13,7 @@ option(COVERAGE "Build with gcov code coverage profiling." OFF)
add_compile_options(-DNO_PERL -DM_PI=3.14159265358979323846 -D_GLIBCXX_USE_C99 -DHAS_BOOL -DNOGDI -DBOOST_ASIO_DISABLE_KQUEUE)
if (MSVC)
add_compile_options(-W4)
add_compile_options(-W3)
add_compile_options(-bigobj)
else()
add_compile_options(-Wall)