summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-23 20:27:45 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-23 20:27:45 (GMT)
commit717bc9d586fb0a73d0bbf5b92416ecca10d7dfba (patch)
tree35041af52f2af72ef2ce9fe55f92ad3eb983fbbe /src
parente16ff720d8830f0b7e516f271011fa550d4f4bce (diff)
downloadmxe-717bc9d586fb0a73d0bbf5b92416ecca10d7dfba.zip
mxe-717bc9d586fb0a73d0bbf5b92416ecca10d7dfba.tar.gz
mxe-717bc9d586fb0a73d0bbf5b92416ecca10d7dfba.tar.bz2
package wxwidgets: disable specific compiler error in test program
Diffstat (limited to 'src')
-rw-r--r--src/wxwidgets.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk
index 72eaf0b..c9b43c4 100644
--- a/src/wxwidgets.mk
+++ b/src/wxwidgets.mk
@@ -120,7 +120,7 @@ define $(PKG)_BUILD
# build test program
'$(TARGET)-g++' \
- -W -Wall -Werror -pedantic -std=gnu++0x \
+ -W -Wall -Werror -Wno-error=unused-local-typedefs -pedantic -std=gnu++0x \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-wxwidgets.exe' \
`'$(TARGET)-wx-config' --cflags --libs`
endef