FLTK logo

Re: Mac OS 10.6 & gcc 4.4.2

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Mac OS 10.6 & gcc 4.4.2 Edzard Egberts Nov 30, 2009  
 
Am 30.11.2009 11:07, schrieb Matthias Melcher:
>> Fl.cxx: In static member function 'static int Fl::handle(int, Fl_Window*)':
>> Fl.cxx:715: warning: suggest parentheses around '&&' within '||'
>> In file included from Fl.cxx:1214:
> 
> Harmless

I think, it is highly recommended to take care of this warning.

You will get it i.e. when written
"ptr_Char!= 0 &&  *ptr_Char== 'a' || *ptr_Char== 'b'",

but ment
"ptr_Char!= 0 && (*ptr_Char== 'a' || *ptr_Char== 'b')".
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.