Ignore deprecated declaration warnings.

This commit is contained in:
Taylor Hornby 2016-05-17 14:28:51 -06:00
parent 675e17022f
commit ec3bd70b6d
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ PREFIX="$(pwd)/depends/x86_64-unknown-linux-gnu/"
make "$@" -C ./depends/ V=1 NO_QT=1
./autogen.sh
./configure --prefix="${PREFIX}" --with-gui=no "$LCOV_ARG" CXXFLAGS='-Og -g'
./configure --prefix="${PREFIX}" --with-gui=no "$LCOV_ARG" CXXFLAGS='-Wno-deprecated-declarations -Og -g'
make "$@" V=1