Remove some of the compiler warnings on system without clang or ICU.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33680 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-08-02 08:33:33 +00:00
parent 86edfd0c2b
commit 00c8832228
4 changed files with 84 additions and 53 deletions

View file

@ -336,7 +336,7 @@ GSCurrentThread(void)
defaultThread = [thr retain];
}
}
assert(nil != thr && @"No main thread");
assert(nil != thr && "No main thread");
return thr;
}