添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Well -W<option> turns the warning on , if you wanted specific warnings to be turned off, you would have to use -Wno-<option> or -Wno-error= . E.g.

build_flags = 
   -Wno-unused-variable
   -Wno-deprecated-declarations
   -Wno-comment

See GCC docs and stackoverflow.

mchahn:

Also, how can I see the actual compiler commands?

Project tasks → Advanced → Verbose Build.