摘要: gcc 提供了大量的警告选项,对代码中可能存在的问题提出警 告,通常可以使用-Wall来开启以下警告: -Waddress -Warray-bounds (only with -O2) -Wc++0x-compat -Wchar-subscripts -Wimplicit-int -Wi... 阅读全文
posted @ 2014-07-13 15:36 surgewong 阅读(303) 评论(0) 推荐(0) 编辑