mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
24609a3a2e
This adds an --enable-compiler-warnings flag that: * Defines a canonical list of warnings that we enforce. For now, this is -Wall -Wformat-overflow=2 -Wformat-truncation=2, but we can add to it going forward. * Enables warnings by default. * Allows erroring on warnings. We recommend that developers use this and use it for the CI. Signed-off-by: Omar Sandoval <osandov@osandov.com> |
||
---|---|---|
.. | ||
.gitignore | ||
ax_append_compile_flags.m4 | ||
ax_append_flag.m4 | ||
ax_check_compile_flag.m4 | ||
ax_require_defined.m4 |