From ce5def332fa12ea4b2f3223fbaa4e41750da9cfb Mon Sep 17 00:00:00 2001 From: MitchesD Date: Thu, 3 Mar 2016 19:58:28 +0100 Subject: Core/Misc: fix build --- src/common/Debugging/Errors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Debugging/Errors.cpp') 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; -- cgit v1.2.3