mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
improve error message
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29074 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
20a22bee1b
commit
99b0669aff
1 changed files with 3 additions and 2 deletions
|
@ -176,8 +176,9 @@ static IMP gs_objc_msg_forward2 (id receiver, SEL sel)
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
fprintf(stderr, "WARNING: Using default signature for %s ... "
|
fprintf(stderr, "WARNING: Using default signature for %s ... "
|
||||||
"you must be using an old/faulty version of the objective-c "
|
"either the method for that selector is not implemented by the "
|
||||||
"runtime library.\n", sel_get_name(sel));
|
"receiver, or you must be using an old/faulty version of the "
|
||||||
|
"Objective-C runtime library.\n", sel_get_name(sel));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue