Add override keyword to functions

This commit is contained in:
Chocobo1
2019-07-18 15:10:14 +08:00
parent 45eba9ec31
commit 4a90716843
10 changed files with 16 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ before_install:
fi
- |
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
CXXFLAGS="$CXXFLAGS -Wno-unused-local-typedefs -Wno-inconsistent-missing-override"
CXXFLAGS="$CXXFLAGS -Wno-unused-local-typedefs"
openssl_root_path="/usr/local/opt/openssl"
qmake_conf="$qmake_conf PKG_CONFIG_PATH=$openssl_root_path/lib/pkgconfig:$PKG_CONFIG_PATH"