05-03-2015, 12:47 PM
In the below case
#if 10
----
#elif 20
----
#endif
Since the part of the code
#elif 20
----
#endif
Is never gonna execute, is the rule applicable to this part of code i.e the part #elif 20 will be ignored while compilation so should the violation should be reported on it ?
#if 10
----
#elif 20
----
#endif
Since the part of the code
#elif 20
----
#endif
Is never gonna execute, is the rule applicable to this part of code i.e the part #elif 20 will be ignored while compilation so should the violation should be reported on it ?
<t></t>