diff options
| author | Chun Kuan Lee <[email protected]> | 2018-08-05 01:20:22 +0800 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-08-28 01:15:30 +0800 |
| commit | 4c530e0102cc9bc67600a379f30d722e752959a5 (patch) | |
| tree | 64cb4f48639b1c464bf837136fd8fd9535f9dd4f | |
| parent | Merge #14023: Remove accounts rpcs (diff) | |
| download | discoin-4c530e0102cc9bc67600a379f30d722e752959a5.tar.xz discoin-4c530e0102cc9bc67600a379f30d722e752959a5.zip | |
travis: add CXXFLAGS=-Wnopsabi at ARM job
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7e353ad86..8819d3891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,9 @@ jobs: RUN_UNIT_TESTS=false RUN_FUNCTIONAL_TESTS=false GOAL="install" - BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports" + # -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1" + # This could be removed once the ABI change warning does not show up by default + BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi" # Win32 - stage: test env: >- |