diff options
author | Heejin Ahn <aheejin@gmail.com> | 2019-04-27 12:32:18 -0700 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2019-04-27 12:32:18 -0700 |
commit | af61625bc8ef6fc24e9f58f8b9e73c394fc24628 (patch) | |
tree | 5b2ab24101f89b7bb50327c1553902d9a15b3e90 /src/passes/pass.cpp | |
parent | 73193d24aca7e9c0c8001567b75a3f0ccc26ed66 (diff) | |
download | binaryen-af61625bc8ef6fc24e9f58f8b9e73c394fc24628.tar.gz binaryen-af61625bc8ef6fc24e9f58f8b9e73c394fc24628.tar.bz2 binaryen-af61625bc8ef6fc24e9f58f8b9e73c394fc24628.zip |
cd to ${TRAVIS_BUILD_DIR} before running clang-tidy
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r-- | src/passes/pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp index ac6bc8361..4ac402938 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -699,6 +699,7 @@ int PassRunner::getPassDebug() { static const int passDebug = getenv("BINARYEN_PASS_DEBUG") ? atoi(getenv("BINARYEN_PASS_DEBUG")) : 0; int WrongStyleTestVar = 3; + (void) WrongStyleTestVar; return passDebug; } |