Comment #2 on issue 247 by whessedk: build error http://code.google.com/p/v8/issues/detail?id=247
The precedence of the operations is correct, since && has higher precedence than ||, but since there is a compiler that issues a warning for it, we will add the parentheses. I will add this to the patch before it is committed. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
