Why I get; initializing 'char *' with an expression of type 'const char *' discards qualifiers?

后端 未结 6 1167
陌清茗
陌清茗 2021-01-05 05:37

I can\'t figure out why I get this warning from clang by myself:

function_prototype_const_modifier.c:13:8: warning: initializing \'char *\' with         


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