From 12d8c70c3a54ef1a46240aeeb5ca0c78d634c4da Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 Aug 2008 01:54:02 +0000 Subject: [PATCH] fix urbi compile on avr32 SVN-Revision: 12197 --- lang/urbi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile index 8e3aaf014..128b85859 100644 --- a/lang/urbi/Makefile +++ b/lang/urbi/Makefile @@ -41,6 +41,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ DESTDIR="$(PKG_INSTALL_DIR)" \ + WARNING_CXXFLAGS="-Wall" \ all install endef -- 2.30.2