Good day. I'm trying disable warnings (#2548-D and #69-D).
I have them because i created: const char a='Ф'; // it is Cyrillic symbol
I wrote "69,2548" in disable Warnings field in Linker tab.
But every time i compile project there are always appear this warnings. What I'm doing wrong? Thanks!
It works! Thanks! As I understand with -W I disable all compiler warnings. But can i disable only this 2?
you can try adding --diag_suppress 2548 in C/C++ - Misc Controls
Oh yes, how could I miss it ... Thanks again!