14-02-2009, 03:57 PM
I agree that one should not write code like
However, my understanding is that those lines do not violate rule 11.2, even taking into account the clarification given in TC1.
Am I correct?
Thanks,
Roberto
P.S. I read the other thread on the forum, but the question was not answered. I saw that thread is locked, and I do not know what is the right way to resurrect a discussion. Please accept my apologies if opening another discussion is not appropriate.
Code:
float32_1102 = ( float32_t ) void_ptr; /* Not Compliant */
float64_1102 = ( float64_t ) void_ptr; /* Not Compliant */
However, my understanding is that those lines do not violate rule 11.2, even taking into account the clarification given in TC1.
Am I correct?
Thanks,
Roberto
P.S. I read the other thread on the forum, but the question was not answered. I saw that thread is locked, and I do not know what is the right way to resurrect a discussion. Please accept my apologies if opening another discussion is not appropriate.
<t></t>