[master] 463569f99 spelling: wextra

Nils Goroll nils.goroll at uplex.de
Tue Aug 20 08:44:09 UTC 2024


commit 463569f99437ebe5ea5af4232695974d22c0c45e
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:31:02 2024 -0400

    spelling: wextra
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/configure.ac b/configure.ac
index 258c81adf..f0d1a3b1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -747,7 +747,7 @@ AC_ARG_ENABLE(developer-warnings,
 
 if test "x$SUNCC" != "xyes" && test "x$enable_developer_warnings" != "xno"; then
 	# no known way to specifically disabling missing-field-initializers
-	# warnings keeping the rest of Wextra
+	# warnings keeping the rest of -Wextra
 	AX_CHECK_COMPILE_FLAG([-Wno-missing-field-initializers],
 		[DEVELOPER_CFLAGS="${DEVELOPER_CFLAGS} -Wno-missing-field-initializers"],
 		[DEVELOPER_CFLAGS="${DEVELOPER_CFLAGS} -Wno-extra"],


More information about the varnish-commit mailing list