Commit 96e9e450 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Add -Wno-unknown-warning-option to libvgz cocktail, to deal with older clangs.

parent 2766d16a
......@@ -245,7 +245,7 @@ AC_CHECK_FUNCS([pthread_mutex_isowned_np])
LIBS="${save_LIBS}"
# zlib-specific flags
libvgz_extra_cflags="-Wno-error=strict-prototypes"
libvgz_extra_cflags="-Wno-error=strict-prototypes -Wno-unknown-warning-option"
dnl https://github.com/madler/zlib/issues/633
libvgz_extra_cflags="$libvgz_extra_cflags -Wno-error=deprecated-non-prototype"
......
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