How can I disable “declaration does not declare anything [-Werror,-Wmissing-declarations]” warning in Clang++ 9.0.1?

前端 未结 0 1224
轻奢々
轻奢々 2021-01-06 01:27

This is the offending code:

struct THISISASTRUCT
{
public:
        union
        {
                struct
                {
                };
                        


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