mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
4b9d324725
commit
3f15443f98
15 changed files with 41 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue