summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-10-19 13:39:00 +0300
committerTor Lillqvist <tml@iki.fi>2011-10-19 13:57:22 +0300
commit3cbd8c24a8550296154fe4e85fc879af034aa978 (patch)
tree85096470c20afb4a3e1073a5b35745558b41555e /sal
parentfcea2c9acb30fba319bad49d0f5e60b78f1ecacf (diff)
WaE: unused parameter 'f'
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/diagnose.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/diagnose.c b/sal/osl/unx/diagnose.c
index ae5e625d1bc2..7832b16a6d36 100644
--- a/sal/osl/unx/diagnose.c
+++ b/sal/osl/unx/diagnose.c
@@ -203,6 +203,7 @@ static void osl_diagnose_backtrace_Impl (oslDebugMessageFunc f)
static void osl_diagnose_backtrace_Impl (oslDebugMessageFunc f)
{
+ (void) f;
/* not yet implemented */
}