mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
avoid a couple of compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5288bdf6b
commit
1d2c5edcf1
4 changed files with 15 additions and 7 deletions
|
@ -147,10 +147,10 @@ GSPrivateLoadModule(NSString *filename, FILE *errorStream,
|
|||
return objc_loadModule([filename fileSystemRepresentation],
|
||||
loadCallback, &errcode);
|
||||
#else
|
||||
typedef void (*void_fn)();
|
||||
dl_handle_t handle;
|
||||
void __objc_resolve_class_links(void);
|
||||
#if !defined(__ELF__) && !defined(CON_AUTOLOAD)
|
||||
typedef void (*void_fn)();
|
||||
void_fn *ctor_list;
|
||||
int i;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue