免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2486 | 回复: 1
打印 上一主题 下一主题

[C] -Werror=redundant-decls的错误该怎么查啊? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-01-05 23:49 |只看该作者 |倒序浏览
编译的适合加了:-Wredundant-decls选项,编译出现下面错误:
gcc -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c submit_request.c -g -fPIC -I./confparser -I./include -I/usr/local/include -DWLOG_ -DDEBUG_ -D_THREAD_SAFE -DLINUX_API
In file included from submit_request.c:8:0:
/usr/include/stdio.h:449:12: 错误: 对‘fscanf’冗余的重声明 [-Werror=redundant-decls]
/usr/include/stdio.h:452:12: 错误: 对‘scanf’冗余的重声明 [-Werror=redundant-decls]
/usr/include/stdio.h:454:12: 错误: 对‘sscanf’冗余的重声明 [-Werror=redundant-decls]
/usr/include/stdio.h:500:12: 错误: 对‘vfscanf’冗余的重声明 [-Werror=redundant-decls]
/usr/include/stdio.h:505:12: 错误: 对‘vscanf’冗余的重声明 [-Werror=redundant-decls]
/usr/include/stdio.h:508:12: 错误: 对‘vsscanf’冗余的重声明 [-Werror=redundant-decls]

提示错误的行在submit_request.c只是一个#include <stdio.h>而已

论坛徽章:
0
2 [报告]
发表于 2013-01-06 02:52 |只看该作者
加个-Wno-error=redundant-decls?
PS.倒是有个bug:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37190
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP