326 - Potential comparison of a constant with constant.
This message indicates a potential comparison of a constant with a constant, which is redundant code.
Example
Defective Source
(0 != 1)
Send Feedback on this topic to the authors
326 - Potential comparison of a constant with constant.
This message indicates a potential comparison of a constant with a constant, which is redundant code.
Defective Source
(0 != 1)
Send Feedback on this topic to the authors