摘要:
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
阅读(4039)
评论(0)
推荐(0)
浙公网安备 33010602011771号