diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-10-19 13:39:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-10-19 13:57:22 +0300 |
commit | 3cbd8c24a8550296154fe4e85fc879af034aa978 (patch) | |
tree | 85096470c20afb4a3e1073a5b35745558b41555e /sal | |
parent | fcea2c9acb30fba319bad49d0f5e60b78f1ecacf (diff) |
WaE: unused parameter 'f'
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/diagnose.c | 1 |
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 */ } |