mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:17:40 +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
|
@ -89,7 +89,7 @@ cacheEqual(id A, id B)
|
|||
|
||||
static NSDictionary *blank;
|
||||
static NSLock *attrLock = nil;
|
||||
static __strong GSIMapTable_t attrMap;
|
||||
static GSIMapTable_t attrMap;
|
||||
static SEL lockSel;
|
||||
static SEL unlockSel;
|
||||
static IMP lockImp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue