mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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
This commit is contained in:
parent
6737a2904d
commit
7027375a67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue