mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Added some macros for use with the static analyser. Turned _reserved ivar in GSSpellServer into GS_PADDING_IVAR (no change to class layout).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be3a8ecc45
commit
068624b659
3 changed files with 48 additions and 3 deletions
|
@ -380,13 +380,13 @@ GS_EXPORT void _NSRemoveHandler( NSHandler *handler );
|
|||
- (void) handleFailureInFunction: (NSString*)functionName
|
||||
file: (NSString*)fileName
|
||||
lineNumber: (NSInteger)line
|
||||
description: (NSString*)format,...;
|
||||
description: (NSString*)format,... GS_NORETURN_METHOD;
|
||||
|
||||
- (void) handleFailureInMethod: (SEL)aSelector
|
||||
object: object
|
||||
file: (NSString*)fileName
|
||||
lineNumber: (NSInteger)line
|
||||
description: (NSString*)format,...;
|
||||
description: (NSString*)format,... GS_NORETURN_METHOD;
|
||||
|
||||
@end
|
||||
extern NSString *const NSAssertionHandlerKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue