[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: |
Mon, 29 Dec 2014 18:22:46 +0100 |
On 29 Dec 2014, at 19:09, Riccardo Mottola <riccardo.mottola@libero.it> wrote:
> a cast didn't help, however the correct type did. This seems to have other
> positive effects too, I'll check more before rejoicing too much though.
I believe that clang has a warning about ambiguous selectors on messages to id.
It would be a good idea to pay attention to these. If your code doesn't
compile with -Werror and doesn't work as expected, then there are some very
easy things to fix...
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, 2014/12/25
- 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 <=
- Re: signature error NSPopUpButton with clang, David Chisnall, 2014/12/28
- Re: signature error NSPopUpButton with clang, Riccardo Mottola, 2014/12/29