]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1901633 from trunk:
authorEric Covener <covener@apache.org>
Sat, 4 Jun 2022 15:38:03 +0000 (15:38 +0000)
committerEric Covener <covener@apache.org>
Sat, 4 Jun 2022 15:38:03 +0000 (15:38 +0000)
-qinitauto=FE conflicts with -qcheck=unset

maintainer mode only

causes a warning for every compiler invocation.  If automatics are initialized
by -qinitauto, use before being assigned cannot be detected with -qcheck=unset
(part of all)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901634 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 38c1d0a64a517033c31ff7228d3192c77aaeea1f..62ed7b0e04d6a45e52719795b76337fb46029e3a 100644 (file)
@@ -633,7 +633,7 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HELP_STRING(--enable-maintainer-mode,Turn o
       APACHE_ADD_GCC_CFLAG([-Wformat-security])
       APACHE_ADD_GCC_CFLAG([-Wunused])
     elif test "$AIX_XLC" = "yes"; then
-      APR_ADDTO(NOTEST_CFLAGS,-qfullpath -qinitauto=FE -qcheck=all -qinfo=pro)
+      APR_ADDTO(NOTEST_CFLAGS,-qfullpath -qcheck=all -qinfo=pro)
     fi
     if test "x$enable_load_all_modules" = "x"; then
       LOAD_ALL_MODULES=yes