Conditionally declare variables if their use is conditional.
Reduces warnings about unused variables by not declaring them if they are under an #ifdef conditional.
Loading
Please sign in to comment
Reduces warnings about unused variables by not declaring them if they are under an #ifdef conditional.