warning: incompatible implicit declaration of built-in function ‘memset’
Posted 柳鲲鹏
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了warning: incompatible implicit declaration of built-in function ‘memset’相关的知识,希望对你有一定的参考价值。
- 具体错误
n ‘memset’ [-Wbuiltin-declaration-mismatch]
47 | memset(yuvbuf, 0, nWidth*3);
| ^~~~~~
YuyvToJpg.c:47:5: note: include ‘<string.h>’ or provide a declaration of ‘memset
- 解决办法
按照提示,包含一个头文件即可:
#include<string.h>
以上是关于warning: incompatible implicit declaration of built-in function ‘memset’的主要内容,如果未能解决你的问题,请参考以下文章
warning: incompatible implicit declaration of built-in function 'exit'
spark/java连接 kudu incompatible RPC 异常解决
Oracle中exp导出与imp导入的参数(full,owner/formuser/touser)测试
Mysql Workbench-Connection Warning-检测到不兼容/非标准的服务器版本或连接协议(10.1.19)