Remove warnings

This commit is contained in:
Aditya Kulkarni
2018-11-01 15:42:31 -07:00
parent 297dae7f5e
commit 56f16b804b
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ matrix:
compiler: clang
addons:
apt:
sources: ['llvm-toolchain-precise-3.7']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
packages: ['clang-3.7']
env:
- MATRIX_EVAL="CC=clang CXX=clang++"
@@ -30,5 +30,5 @@ script:
- qmake -v
- clang++ -v
- g++ -v
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-clang
- qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++
- make $MATRIX_EVAL