Temporarily disable gcc warning on redefinition

前端 未结 3 2071
无人共我
无人共我 2021-02-11 22:30

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          


        
3条回答
提交回复
热议问题