wvstreams: disable warnings

During the compilation of wvstreams, a number of strict aliasing
related warnings are shown, making the build quite noisy. Turn
warnings off using the --disable-warnings option.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2013-05-09 02:28:38 +00:00 committed by Peter Korsgaard
parent ff24e7f040
commit 9b34cc0bcd

View File

@ -18,7 +18,11 @@ WVSTREAMS_MAKE = $(MAKE1)
# Needed to work around problem with wvassert.h
WVSTREAMS_CONF_OPT += CPPFLAGS=-DNDEBUG
WVSTREAMS_CONF_OPT += --with-openssl --with-zlib --without-pam
WVSTREAMS_CONF_OPT += \
--with-openssl \
--with-zlib \
--without-pam \
--disable-warnings
ifeq ($(BR2_PACKAGE_DBUS),y)
WVSTREAMS_DEPENDENCIES += dbus