From 5dfcdaf773e02a50029b60c47d7907daebb0041e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 13 Mar 2021 17:35:15 +0200 Subject: [PATCH 35/35] debug.m4: Update outdated comment It claimed that doc/HACKING lists flags used in 'checks' debug level. That documentation has been removed as a hacker can check the flags directly from debug.m4 itself. See osdn #41776 Signed-off-by: Marko Lindqvist --- m4/debug.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/debug.m4 b/m4/debug.m4 index 3fc5d31b2a..55c2545866 100644 --- a/m4/debug.m4 +++ b/m4/debug.m4 @@ -61,7 +61,7 @@ fi dnl ========================================================================== dnl debug level >= checks if test "x$enable_debug" = "xchecks"; then - dnl Add additional flags as stated in ./doc/HACKING. + dnl Add additional flags for 'checks' debug level FC_C_FLAGS([-Wstrict-prototypes], [], [EXTRA_DEBUG_CFLAGS]) fi -- 2.30.1