1。我先拿来example文件夹下的clist来修改
2。我只是想添加两个表项,就改动了
char *drink[2];
gtk_clist_append(clist,drink);
把2改成了4,相应的,在传入titles中,也加了两项名称。
结果就warning:passing arg 1 of 'gtk_clist_append' from incompatible tar type .
warning:passing arg 1 of 'gtk_clist_colum_title' from incompatible tar type .搞不清楚是怎么回事。
现在问题更严重了,我改了一个*drink[9]一个程序,满屏的warning,谁知到我少了什么环节么
还有assignment discards qualifiers from pointer target type的警告