首页 相关文章 gcc manual page (二)

gcc manual page (二)


  foo (a)
  {
  if (a 0)
  return a;
  }
  
  
  
  Spurious warnings can occur because GNU CC does not realize that certain functions (including abort and longjmp) will never return.
  *
  An eXPression-statement or the left-hand side of a comma expression contains no side effects. To suppress the warning, cast the unused expression to void. For example, an expression sUCh as `x[i,j]' will cause a warning, but `x[(void)i,j]' will not.
  *
  An unsigned value is compared against zero wit...[ 查看全文 ]

2016-02-19 标签:

gcc manual page (二)的相关文章

手机页面
收藏网站 回到头部