2015年6月10日

【转】图文并茂 Ubuntu使用Thunderbird方法指南

摘要: 原文网址:http://os.51cto.com/art/201101/243445.htmUbuntu 是一个启动速度超快、界面友好、安全性好的操作系统,它适用于桌面电脑、笔记本电脑、服务器以及上网本等,并且它可以永久免费使用,而Mozilla Thunderbird是由Mozilla浏览器的邮件... 阅读全文

posted @ 2015-06-10 21:51 wi100sh 阅读(5675) 评论(0) 推荐(0)

【转】GCC4.6编译的warning -Werror

摘要: 原文网址:http://blog.sina.com.cn/s/blog_605f5b4f0101bct7.htmlNew warnings for unused variables and parametersThe behavior of-Wallhas changed and now inclu... 阅读全文

posted @ 2015-06-10 11:36 wi100sh 阅读(2116) 评论(0) 推荐(0)

【转】各个层次的gcc警告 #pragma GCC diagnostic ignored "-Wunused-parameter" --不错

摘要: 原文网址:http://blog.csdn.net/lizzywu/article/details/9419145各个层次的gcc警告从上到下覆盖变量(代码)级:指定某个变量警告int a __attribute__ ((unused));指定该变量为"未使用的".即使这个变量没有被使用,编译时也会... 阅读全文

posted @ 2015-06-10 11:34 wi100sh 阅读(1789) 评论(0) 推荐(0)

【转】GCC警告选项例解 -- 不错

摘要: 原文网址:http://blog.csdn.net/hcx25909/article/details/7383716程序员是追求完美的一族,即使是一般的程序员大多也都不想看到自己的程序中有甚至那么一点点的瑕疵。遇到任意一条编译器警告都坚决不放过。有人会说:我们可以使用比编译器更加严格的静态代码检查工... 阅读全文

posted @ 2015-06-10 10:17 wi100sh 阅读(889) 评论(0) 推荐(0)

导航