Commit d2d31263 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

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

parent e41b6ca0
......@@ -256,7 +256,7 @@ else
fi
# 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