Skip to content

Latest commit

 

History

History

gcc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

-W 参数解析

  • -Werror 将警告视为错误
  • -Wfloat-equal 遇到float-equal问题发出警告
  • -Werror=float-equal 遇到float-equal问题发出错误
  • -Wno-error=float-equal 遇到float-equal问题不发出错误