8wDlpd.png
8wDFp9.png
8wDEOx.png
8wDMfH.png
8wDKte.png

警告:无先前声明 - C++

user043 1月前

38 0

我对此的原因感到困惑:recorders/r5000device.cpp:在函数“unsigned int r5000_device_tspacket_handler(unsigned char*,int,void*)”中:recorders/r5000device.cpp:34:14:警告:没有

我对于这个问题的原因感到很困惑:

recorders/r5000device.cpp: In function ‘unsigned int r5000_device_tspacket_handler(unsigned char*, int, void*)’:
recorders/r5000device.cpp:34:14: warning: no previous declaration for ‘unsigned int r5000_device_tspacket_handler(unsigned char*, int, void*)’ [-Wmissing-declarations]
 unsigned int r5000_device_tspacket_handler(unsigned char *tspacket, int len, void *callback_data)
          ^
recorders/r5000device.cpp: In function ‘void r5000_msg(char*)’:
recorders/r5000device.cpp:44:6: warning: no previous declaration for ‘void r5000_msg(char*)’ [-Wmissing-declarations]
 void r5000_msg(char * msg)
  ^
帖子版权声明 1、本帖标题:警告:无先前声明 - C++
    本站网址:http://xjnalaquan.com/
2、本网站的资源部分来源于网络,如有侵权,请联系站长进行删除处理。
3、会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。
4、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
5、站长邮箱:yeweds@126.com 除非注明,本帖由user043在本站《function》版块原创发布, 转载请注明出处!
最新回复 (0)
  • 您已设置编译标志 -Wmissing-declarations 。编译器希望查看所有函数的声明(原型 - 通常在标头中)。只需添加缺少的标头或在文件顶部声明原型即可。

返回
作者最近主题: