Commit ee0939bf authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Retire zlib-specific flags

But retain the ability to specify them:

    make VGZ_CFLAGS=-Wfoo

We may need them again if new warnings crop up when we sync with zlib in
the future, or if we retire libvgz in favor of a vanilla zlib.

Refs 3df9cdc1
parent 91df6a1b
......@@ -695,13 +695,6 @@ if test $? -ne 0 ; then
fi
# zlib-specific flags
AX_CHECK_COMPILE_FLAG([-Wno-error=strict-prototypes],
[VGZ_CFLAGS="$VGZ_CFLAGS -Wno-error=strict-prototypes"])
dnl https://github.com/madler/zlib/issues/633
AX_CHECK_COMPILE_FLAG([-Wno-error=deprecated-non-prototype],
[VGZ_CFLAGS="$VGZ_CFLAGS -Wno-error=deprecated-non-prototype"])
AC_SUBST(VGZ_CFLAGS)
# Support for visibility attribute (zlib)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment