a few more static analyser tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32517 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-03-09 12:40:50 +00:00
parent 4b9d324725
commit 3f15443f98
15 changed files with 41 additions and 41 deletions

View file

@ -58,8 +58,8 @@ GS_EXPORT NSString *const NSGrammarUserDescription;
#if GS_EXPOSE(NSSpellServer)
@private
id _delegate;
BOOL _caseSensitive;
unsigned char _dummy[3];
BOOL _caseSensitive GS_UNUSED_IVAR;
unsigned char _dummy[3] GS_UNUSED_IVAR;
NSMutableDictionary *_userDictionaries;
NSString *_currentLanguage;
NSArray *_ignoredWords;