mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
avoid compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6641e12d91
commit
aa5229a6cb
31 changed files with 201 additions and 163 deletions
|
@ -2270,7 +2270,7 @@ handle_printf_atsign (FILE *stream,
|
|||
int prefix_len = 0;
|
||||
unsigned length = [self length];
|
||||
unsigned aLength = [aString length];
|
||||
unichar *u,*w;
|
||||
unichar *u;
|
||||
unichar a1[length+1];
|
||||
unichar *s1 = a1;
|
||||
unichar a2[aLength+1];
|
||||
|
@ -2281,7 +2281,6 @@ handle_printf_atsign (FILE *stream,
|
|||
[aString getCharacters: s2 range: ((NSRange){0, aLength})];
|
||||
s2[aLength] = (unichar)0;
|
||||
u = s1;
|
||||
w = s2;
|
||||
|
||||
if (mask & NSCaseInsensitiveSearch)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue