gnustep-dev
[Top][All Lists]
Advanced

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

Warning in NSObject.h


From: Benoît Garrigues
Subject: Warning in NSObject.h
Date: Tue, 27 Mar 2012 18:41:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0

Hi,

When I compile some GNUstep code with clang 3.0 on Ubuntu Linux with the
-Wall flag, there is the following warning :

In file included from
/usr/GNUstep/Local/Library/Headers/Foundation/Foundation.h:33:
In file included from
/usr/GNUstep/Local/Library/Headers/Foundation/FoundationErrors.h:29:
/usr/GNUstep/Local/Library/Headers/Foundation/NSObject.h:493:1: warning:
method has no return type specified; defaults to 'id'
      [-Wmissing-method-return-type]
- error:(const char *)aString, ...;
^
  (id)


Regards,
Benoît



reply via email to

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