[script] revert compilation warning flags
This commit is contained in:
parent
40100c1ba3
commit
4e297bfee4
|
@ -121,7 +121,7 @@ else ()
|
|||
"-Winit-self" #Warn about self-initialization
|
||||
"-Wcatch-value=3" #Warn when catch statements don't catch by reference
|
||||
"-Wextra-semi" #Warn about redudnant semicolons
|
||||
"-Wimplicit-fallthrough=4" #Warn about case fallthroughs, but allow 'fallthrough' comments to suppress warnings
|
||||
"-Wimplicit-fallthrough=3" #Warn about case fallthroughs, but allow 'fallthrough' comments to suppress warnings
|
||||
#GCC-like optional
|
||||
#"-Wsuggest-final-types" #Suggest where 'final' would help if specified on a type methods
|
||||
#"-Wsuggest-final-methods" #Suggest where 'final' would help if specified on methods
|
||||
|
|
Loading…
Reference in New Issue