[omniORB] omniORB-4.2.0 bug report

David Binderman dcb314 at hotmail.com
Sun Sep 7 17:52:08 BST 2014


Hello there,

cexp.y:532:20: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]

        if (!pedantic < spec_long)
          yyerror ("too many `l's in integer constant");

!pedantic is a boolean, so comparing it < spec_long looks like a
possible bug. Suggest code rework.


Regards

David Binderman
 		 	   		  


More information about the omniORB-list mailing list