c++

博客园 首页 新随笔 联系 订阅 管理

2011年1月25日 #

摘要: gcc中出现了“void value not ignored as it ought to be”错误,原因是你使用的一个函数的返回值类型是void,而你有对它进行了赋值处理。例如:int ret;ret=unregister_chrdev(MAJOR_NUM,"globalvar");come from :http://blog.csdn.net/unikingest/archive/2009/03/10/3977724.aspx 阅读全文
posted @ 2011-01-25 18:20 lovewcl 阅读(3947) 评论(0) 推荐(0) 编辑