mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 09:02:17 +00:00
Add explicit return types to a couple of methods and __attribute__((unused)) to
some functions with empty bodies so people don't get compiler warnings from importing AppKit.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4efed91607
commit
4feae5ffce
3 changed files with 6 additions and 4 deletions
|
@ -78,7 +78,7 @@
|
|||
// NSCoding protocol
|
||||
//
|
||||
- (void)encodeWithCoder: (NSCoder *)aCoder;
|
||||
- initWithCoder: (NSCoder *)aDecoder;
|
||||
- (id)initWithCoder: (NSCoder *)aDecoder;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue