Compartilhar via


PREfast Warning 323 (Windows CE 5.0)

Send Feedback

323 - Use of arithmetic operator on bool(s).

This message indicates the use of an arithmetic operator on a bool, which can yield unexpected values.

A true value can be anything nonzero.

Example

Defective Source

ans = (a && b) * (a || b); 

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.