mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
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:
parent
86edfd0c2b
commit
00c8832228
4 changed files with 84 additions and 53 deletions
|
@ -336,7 +336,7 @@ GSCurrentThread(void)
|
|||
defaultThread = [thr retain];
|
||||
}
|
||||
}
|
||||
assert(nil != thr && @"No main thread");
|
||||
assert(nil != thr && "No main thread");
|
||||
return thr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue