From a7d085473648e0b1b36237451d84e33d65de038b Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 24 Feb 2011 13:11:47 +0000 Subject: [PATCH] Add inline specifier to __objc_dynamic_get_symbol_path() to silence unused function warning. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32345 72102866-910b-0410-8b05-ffd578937521 --- Source/simple-load.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/simple-load.h b/Source/simple-load.h index b006602d8..efba4e1be 100644 --- a/Source/simple-load.h +++ b/Source/simple-load.h @@ -107,7 +107,7 @@ __objc_dynamic_list_undefined_symbols(void) return NULL; } -static const char * +static inline const char * __objc_dynamic_get_symbol_path(dl_handle_t handle, dl_symbol_t symbol) { #ifdef HAVE_DLADDR