Unknown warnings

I am getting the above warning! I am unable to find what is causing the issue. If I comment the line number 5442, then no warnings or no errors. Help me resolve this issue.

I am getting the above warning! I am unable to find what is causing the issue. If I comment the line number 5442, then no warnings or no errors. Help me resolve this issue.
The warning text says it explicitly - just read it. You have two different #defines of the same symbol. One is unconditional, the other one conditional - make them both conditional/exclusive using #ifdef -- #else -- #endif.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.