[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
- signature error NSPopUpButton with clang, Riccardo Mottola, 2014/12/25
- Re: signature error NSPopUpButton with clang, Ivan Vučica, 2014/12/25
- Re: signature error NSPopUpButton with clang, Riccardo Mottola, 2014/12/25
- Re: signature error NSPopUpButton with clang,
David Chisnall <=
- Re: signature error NSPopUpButton with clang, Riccardo Mottola, 2014/12/25
- Re: signature error NSPopUpButton with clang, Riccardo Mottola, 2014/12/28
- Re: signature error NSPopUpButton with clang, Fred Kiefer, 2014/12/28
- Re: signature error NSPopUpButton with clang, Riccardo Mottola, 2014/12/29
- Re: signature error NSPopUpButton with clang, David Chisnall, 2014/12/29
- Re: signature error NSPopUpButton with clang, David Chisnall, 2014/12/28
- Re: signature error NSPopUpButton with clang, Riccardo Mottola, 2014/12/29