gtkglextmm: fix deprecation error in test program

This commit is contained in:
Tony Theodore 2017-01-21 15:48:24 +11:00 committed by Boris Nagaev
parent c768f77e54
commit 0bc1c1cdd9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ define $(PKG)_BUILD
INFO_DEPS=
'$(TARGET)-g++' \
-W -Wall -Werror -pedantic -std=c++0x \
-W -Wall -Werror -Wno-error=deprecated-declarations -pedantic -std=c++0x \
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-gtkglextmm.exe' \
`'$(TARGET)-pkg-config' gtkglextmm-1.2 --cflags --libs`
endef