Skip to content

Commit 0c09759

Browse files
committed
Ah whatever
1 parent 9eb0965 commit 0c09759

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ jobs:
6666
- mkdir -p ${BUILD_SUBDIR} && cd ${BUILD_SUBDIR}
6767
- cmake ${TRAVIS_BUILD_DIR} -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS" -DCMAKE_INSTALL_PREFIX=install -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
6868
- pwd
69+
- ls
6970
- cd ${TRAVIS_BUILD_DIR}
7071
- pwd
72+
- ls
7173
- ./clang-tidy-diff.sh
7274
- cd -
73-
- pwd
7475
- make -j2 install
7576
- ./check.py --binaryen-bin=${BUILD_SUBDIR}/install/bin
7677

src/passes/pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ int PassRunner::getPassDebug() {
699699
static const int passDebug =
700700
getenv("BINARYEN_PASS_DEBUG") ? atoi(getenv("BINARYEN_PASS_DEBUG")) : 0;
701701
int WrongStyleTestVar = 3;
702-
(void)WrongStyleTestVar;
703702
return passDebug;
704703
}
705704

0 commit comments

Comments
 (0)