Ticket #124 (new defect)

Opened 2 months ago

Last modified 2 months ago

Fix operator precedence errors in code

Reported by: whiro01 Assigned to: whiro01
Priority: minor Milestone: summer08
Component: compile Version: main
Keywords: operator precedence Cc:

Description

The standard Microsoft compiler warnings in the build output show warnings like this:

warning C4554: '|' : check operator precedence for possible error; use parentheses to clarify precedence

There are at least 15 of these that are actual bugs where the code will (probably) not perform properly.

This fix will correct these problems.

Change History

04/29/08 07:37:22 changed by whiro01

  • owner changed from admin to whiro01.