[script] revert compilation warning flags

This commit is contained in:
tangxifan 2022-08-17 19:22:46 -07:00
parent 40100c1ba3
commit 4e297bfee4
1 changed files with 1 additions and 1 deletions

View File

@ -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