drgn/libdrgn/m4
Omar Sandoval 24609a3a2e libdrgn: add autoconf option to enable compiler warnings
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>
2022-03-01 15:38:05 -08:00
..
.gitignore libdrgn: add autoconf option to enable compiler warnings 2022-03-01 15:38:05 -08:00
ax_append_compile_flags.m4 libdrgn: add autoconf option to enable compiler warnings 2022-03-01 15:38:05 -08:00
ax_append_flag.m4 libdrgn: add autoconf option to enable UBSan 2022-03-01 15:11:16 -08:00
ax_check_compile_flag.m4 libdrgn: add autoconf option to enable compiler warnings 2022-03-01 15:38:05 -08:00
ax_require_defined.m4 libdrgn: add autoconf option to enable compiler warnings 2022-03-01 15:38:05 -08:00