Temporarily disable gcc warning on redefinition

前端 未结 0 1886

I\'m trying to make this work (in GCC 4.6) without barking at me.

#define FOO  \"\"
#define BAR  \"\"

#if ....
    #define FOO    \"Foo, good sir\"
#endif

#if          


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