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:
Fred Kiefer 2017-04-16 11:54:21 +00:00
parent 521fd071b4
commit 099257dac9
6 changed files with 19 additions and 28 deletions

View file

@ -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;