mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
0bde9c0b94
commit
f00d10f500
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue