linux 从不兼容的指针类型,警告从不兼容的指针类型传递'fopen'的参数1

编程入门 行业动态 更新时间:2024-10-22 23:02:00

linux 从不兼容的<a href=https://www.elefans.com/category/jswz/34/1768268.html style=指针类型,警告从不兼容的指针类型传递'fopen'的参数1"/>

linux 从不兼容的指针类型,警告从不兼容的指针类型传递'fopen'的参数1

我的程序需要两个文件,并将单词排序为参数,并将混合文件执行成一个单独的文件,称为final_sorted.txt。程序成功运行并创建混合文件,甚至忽略重复的单词,但是编译器告诉我一些警告并没有被删除。警告从不兼容的指针类型传递'fopen'的参数1

[email protected]:~/Escritorio/mezclar (2)$ gcc meclapro.c -o mixmeclapro.c: In function ‘mix_files’:

meclapro.c:10: warning: passing argument 1 of ‘fopen’ from incompatible pointer type

/usr/include/stdio.h:249: note: expected ‘const char * __restrict__’ but argument is of type ‘char **’

meclapro.c:11: warning: passing argument 1 of ‘fopen’ from incompatible pointer type

/usr/include/stdio.h:249: note: expected ‘const char * __restrict__’ but argument is of type ‘char **’

meclapro.c: In function ‘main’:

meclapro.c:69: warning: passing argument 1 of ‘mix_files’ from incompatible pointer type

meclapro.c:6: note: expected ‘char **’ but argument is of type ‘char *’

meclapro.c:69: warning: passing argument 2 of

更多推荐

linux 从不兼容的指针类型,警告从不兼容的指针类型传递'fopen'的参数1

本文发布于:2024-02-06 10:32:33,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1748396.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:指针   类型   参数   linux   fopen

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!