On Sat, 9 Jun 2007, Jan Wagemakers wrote:
picport.cc:181: warning: suggest parentheses around && within ||
etc..
These warnings can probably be solved by placing parentheses, but I'm not sure about where exactly to place them. Anyone suggestions?
Well these warnings are kind of useful for newbie programmers, but when you know the precedence rules of && and ||, the extra parentheses only confuse, you start looking at it and trying to figure out why they are there. Should probably have used warnings options that turn those off. Enough ramblimng. I have the parentheses added in my code now anyway, and I suggest you can leave them as they are there in that version, the code is correct and if parentheses get added to wrong place it will break. If you can live with the warnings.
Thanks for letting me know of the warnings and the include file thing. Jaakko -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]