标签: c++ clang compiler-warnings
我希望在没有此警告的情况下在我的C ++程序中使用匿名结构但保留-pedantic标志,因为我想知道我是否在clang上使用来自Microsoft / GCC的任何其他编译器扩展。我知道-Wno-gnu但它关闭的次数超出了我的预期,支持每个gcc的扩展名。有可能吗?
-pedantic
-Wno-gnu
答案 0 :(得分:6)
-Wno-gnu-anonymous-struct should do the job。
-Wno-gnu-anonymous-struct