mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-21 21:26:13 +01:00
add -Wunused-local-typedefs to the set of warning flags
This helps catch issues when rolling in Chromium. Change-Id: I2e3f33df4a69b501d8c04799ee0ac03a4bed9ac9 Reviewed-on: https://chromium-review.googlesource.com/459477 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
eb6c296472
commit
b37547bc70
2 changed files with 2 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ AX_APPEND_COMPILE_FLAGS(m4_flatten([
|
|||
-Woverloaded-virtual
|
||||
-Wreorder
|
||||
-Wsign-compare
|
||||
-Wunused-local-typedefs
|
||||
-Wunused-variable
|
||||
-Wvla
|
||||
]), [WARN_CXXFLAGS], [${ax_compiler_flags_test}])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue