Add -Wunreachable-code to compilation warnings
This commit is contained in:
parent
1900c603a9
commit
baef8d1283
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -297,7 +297,7 @@ def configure (conf):
|
|||
'-Wno-missing-field-initializers '
|
||||
'-Wredundant-decls -Wmissing-noreturn '
|
||||
'-Wshadow -Wpointer-arith -Wcast-align '
|
||||
'-Winline -Wformat-security '
|
||||
'-Winline -Wformat-security -Wunreachable-code '
|
||||
'-Winit-self -Wundef -Wdeclaration-after-statement '
|
||||
'-Wmissing-format-attribute -Wnested-externs '
|
||||
# -DGSEAL_ENABLE
|
||||
|
|
Loading…
Reference in a new issue