diff options
author | David Carlier <devnexen@gmail.com> | 2019-10-31 11:39:08 +0000 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2019-10-31 11:41:50 +0000 |
commit | 7fdc7e01a5889fba365b8b841ba19602e26b5bd7 (patch) | |
tree | becd0ce4249155c4cd2c104da0237e483c9f0838 /llvm_mode/afl-llvm-pass.so.cc | |
parent | c7c622377af95990181d044adace73d877cbfdca (diff) | |
download | afl++-7fdc7e01a5889fba365b8b841ba19602e26b5bd7.tar.gz |
Fix some silent warnings and put some var to some usage...
Diffstat (limited to 'llvm_mode/afl-llvm-pass.so.cc')
-rw-r--r-- | llvm_mode/afl-llvm-pass.so.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm_mode/afl-llvm-pass.so.cc b/llvm_mode/afl-llvm-pass.so.cc index e094a0b2..0c68136b 100644 --- a/llvm_mode/afl-llvm-pass.so.cc +++ b/llvm_mode/afl-llvm-pass.so.cc @@ -190,6 +190,8 @@ bool AFLCoverage::runOnModule(Module &M) { } + (void)instLine; + /* Continue only if we know where we actually are */ if (!instFilename.str().empty()) { |