mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Avoid warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29735 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9765991e86
commit
f6f61cb578
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-02-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/ObjectiveC2/runtime.c:
|
||||
* Source/ObjectiveC2/blocks_runtime.m:
|
||||
Avoid compiler warnings.
|
||||
|
||||
2010-02-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSAssertionHandler.m:
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#import "blocks_runtime.h"
|
||||
#import "runtime.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ void __objc_update_dispatch_table_for_class(Class);
|
|||
* Private runtime function for determining whether a class responds to a
|
||||
* selector.
|
||||
*/
|
||||
BOOL __objc_responds_to(Class, SEL);
|
||||
BOOL __objc_responds_to(id, SEL);
|
||||
/**
|
||||
* Runtime library constant for uninitialized dispatch table.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue