Remove -Wno-char-subscripts, as it was there for supervu.

This commit is contained in:
Shanoah Alkire 2020-06-01 16:34:31 -07:00
parent 8023183999
commit 30ffda406c
4 changed files with 1 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -14,11 +14,9 @@ endif()
set(CommonFlags
-fno-strict-aliasing
-Wno-parentheses
-Wstrict-aliasing # Allow to track strict aliasing issue.
-Wno-char-subscripts # only impact svu which is deprecated
-Wno-parentheses
-Wno-missing-braces
#-Wno-ignored-attributes # don't remember why I put here but it is pure C option, therefore it complains for nothings on cpp files
-DWX_PRECOMP
)