drgn/libdrgn/m4/.gitignore
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

7 lines
115 B
Plaintext

*
!/.gitignore
!/ax_append_compile_flags.m4
!/ax_append_flag.m4
!/ax_check_compile_flag.m4
!/ax_require_defined.m4