about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-pass.so.cc
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-10-31 11:39:08 +0000
committerDavid Carlier <devnexen@gmail.com>2019-10-31 11:41:50 +0000
commit7fdc7e01a5889fba365b8b841ba19602e26b5bd7 (patch)
treebecd0ce4249155c4cd2c104da0237e483c9f0838 /llvm_mode/afl-llvm-pass.so.cc
parentc7c622377af95990181d044adace73d877cbfdca (diff)
downloadafl++-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.cc2
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()) {