aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging/Errors.cpp
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2016-03-03 19:58:28 +0100
committerMitchesD <majklprofik@seznam.cz>2016-03-03 19:58:28 +0100
commitce5def332fa12ea4b2f3223fbaa4e41750da9cfb (patch)
tree4a844080c153cd66f8d8450751acacfea8d96624 /src/common/Debugging/Errors.cpp
parent82cc37e130c4e2a6b8968c3279d9b2c30fe2bc48 (diff)
Core/Misc: fix build
Diffstat (limited to 'src/common/Debugging/Errors.cpp')
-rw-r--r--src/common/Debugging/Errors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/Errors.cpp b/src/common/Debugging/Errors.cpp
index 789249ee310..6157cd786cd 100644
--- a/src/common/Debugging/Errors.cpp
+++ b/src/common/Debugging/Errors.cpp
@@ -96,7 +96,7 @@ void Abort(char const* file, int line, char const* function)
exit(1);
}
-void AbortHandler(int sigval)
+void AbortHandler(int /*sigval*/)
{
// nothing useful to log here, no way to pass args
*((volatile int*)NULL) = 0;