discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gcc 4.1


From: Helge Hess
Subject: gcc 4.1
Date: Mon, 13 Mar 2006 17:19:14 +0100

Hi,

new gcc release, new warnings ;-)

Am I the only one who gets those:
DOMElement.m:283: warning: pointer type mismatch in conditional expression

For stuff like:
  objs[1] = _ns ? _ns : (id)null;
or
  return [pathes isNotNull] ? pathes : nil;

Bug to be reported or a feature?

With libFoundation I get similiar things for constant NSString's, like:
  myString ? myString : @""

(apparently not so with gstep-base)

Greets,
  Helge
--
http://docs.opengroupware.org/Members/helge/
OpenGroupware.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]