Re: [Gambas-user] WARNING in Rev. #6300

2014-06-02 Thread gian
Hello Benoit, many thanks for answer regards gianluigi Il 02/06/2014 20:25, Benoît Minisini ha scritto: > Le 02/06/2014 20:16, gian a écrit : >> Hi All, >> >> I have this result in my log file: >> >> systray/embed.c: In function 'embedder_reset_size': >> systray/embed.c:307:7: warning: 'or' of

Re: [Gambas-user] WARNING in Rev. #6300

2014-06-02 Thread Benoît Minisini
Le 02/06/2014 20:16, gian a écrit : > Hi All, > > I have this result in my log file: > > systray/embed.c: In function 'embedder_reset_size': > systray/embed.c:307:7: warning: 'or' of unmatched not-equal tests is > always 1 [enabled by default] > (icon_sz.x < settings.icon_size && icon_sz.y

[Gambas-user] WARNING in Rev. #6300

2014-06-02 Thread gian
Hi All, I have this result in my log file: systray/embed.c: In function 'embedder_reset_size': systray/embed.c:307:7: warning: 'or' of unmatched not-equal tests is always 1 [enabled by default] (icon_sz.x < settings.icon_size && icon_sz.y < settings.icon_size)) it's dangerous? gianluig