Is there any way to Disable -Wmultichar warning from C++ source code?

前端 未结 0 1865
南旧
南旧 2021-01-05 07:11

I can use the compiler flag -Wno-multichar to disable the multi-character warning .But, I want to do this from source code.

So, I tried #pragma GCC

相关标签:
回答
  • 消灭零回复
提交回复
热议问题