about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-pass.so.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-10-31 12:53:47 +0100
committerGitHub <noreply@github.com>2019-10-31 12:53:47 +0100
commitceb2d99732e777fbbee3def91cff2479e70b3345 (patch)
tree12e9bdeab3a6eba27ff7f7f564dc77d52fe721a2 /llvm_mode/afl-llvm-pass.so.cc
parent822a3e505a6f2fb8dd2524172d69c34d15a9c650 (diff)
parent7fdc7e01a5889fba365b8b841ba19602e26b5bd7 (diff)
downloadafl++-ceb2d99732e777fbbee3def91cff2479e70b3345.tar.gz
Merge pull request #97 from devnexen/llvm_mode_build_silent_warn
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()) {