discuss-gnustep
[Top][All Lists]
Advanced

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

Re: signature error NSPopUpButton with clang


From: David Chisnall
Subject: Re: signature error NSPopUpButton with clang
Date: Thu, 25 Dec 2014 20:20:14 +0100

On 25 Dec 2014, at 19:26, Riccardo Mottola <riccardo.mottola@libero.it> wrote:

> if no specifier is given, this should be an integer constant, not an unisgned 
> one! So why the error?
> Also, I tried casting to (NSInteger) and still get a mismatch warning. It is 
> most probably harmless, but since it is strange I want to understand what's 
> up.

The type for the selector used in the call will be the static type of 
wherePopUp.  What is the type declared as, what is the actual run-time type of 
the object?

David

-- Sent from my Difference Engine






reply via email to

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