You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build flags] 2nd prep to enable more warnings in compile flags (#21996) (#22273)
Second step of preparing the code to enable more warnings during
compilation:
```
-Wambiguous-member-template
-Wchar-subscripts
-Wgnu-alignof-expression
-Wgnu-variable-sized-type-not-at-end
-Wignored-optimization-argument
-Winvalid-source-encoding
-Wmismatched-tags
-Wmissing-braces
-Wpointer-sign
-Wreserved-user-defined-literal
-Wreturn-type-c-linkage
-Wself-assign-overloaded
-Wsign-compare
-Wsigned-unsigned-wchar
-Wstrict-overflow
-Wtrigraphs
-Wunknown-pragmas
-Wunknown-warning-option
-Wunused-command-line-argument
-Wunused-local-typedef
-Wuser-defined-warnings
```
This change contains a few more code changes to avoid the warnings
mentioned above, which were missed in #22252. It does not turn on the
warnings yet.
Signed-off-by: Stefan Schuermans <[email protected]>
0 commit comments