Skip to content
Snippets Groups Projects
Commit 43755c09 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: -W3 warning is for msvc not mingw

parent 833c9f77
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ function(check_compiler_warning_flags c_warning_flags_var cxx_warning_flags_var)
## is reporting 1000's of wanings in windows
## header files, for now, limit the number of
## warnings to level 3
if( WIN32 )
if( MSVC )
set(VerboseWarningsFlag -W3 )
## A better solution would be to use -Wall,
## and then disable warnings one by one
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment