mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:51:02 +00:00
Fix some clang static analyser warnings reported by
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
521fd071b4
commit
099257dac9
6 changed files with 19 additions and 28 deletions
|
@ -43,7 +43,6 @@
|
|||
|
||||
void __dummy_IMLoading_functionForLinking()
|
||||
{
|
||||
__dummy_IMLoading_functionForLinking();
|
||||
}
|
||||
|
||||
@implementation GMModel
|
||||
|
@ -207,18 +206,3 @@ BOOL _fileOwnerDecoded = NO;
|
|||
}
|
||||
|
||||
@end /* GMModel */
|
||||
|
||||
|
||||
#if GNU_RUNTIME
|
||||
#include "IMConnectors.h"
|
||||
|
||||
__attribute__((unused))
|
||||
static void __dummyFunctionForLinking (void)
|
||||
{
|
||||
[IMCustomObject new];
|
||||
[IMConnector new];
|
||||
|
||||
__dummyFunctionForLinking();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue