Small changes to remove gcc 3.3 warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16886 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-06-07 23:35:17 +00:00
parent 0bde9c0b94
commit f00d10f500

View file

@ -1,3 +1,12 @@
2003-06-08 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSString.m
In [initWithContentsOfURL:] changed variable test to unichar* to
keep the compiler quiet.
* Source/Additions/Unicode.m
In GSFromUnicode() removed type cast of *_conv_base as the
gcc 3.3 compiler complained about it.
2003-06-07 David Ayers <d.ayers@inode.at>
* Headers/gnustep/base/GSObjCRuntime.h