Ignore deprecated declaration warnings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user