aboutsummaryrefslogtreecommitdiffstats
path: root/src/selftest/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selftest/selftest.cpp')
-rw-r--r--src/selftest/selftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selftest/selftest.cpp b/src/selftest/selftest.cpp
index ea032b04e..d644e866e 100644
--- a/src/selftest/selftest.cpp
+++ b/src/selftest/selftest.cpp
@@ -173,7 +173,7 @@ bool passes_self_tests(Algorithm_Factory& af)
"0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B")));
}
}
- catch(std::exception& e)
+ catch(std::exception)
{
return false;
}