20040206-1.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 12 行
C
12 行
/* { dg-do compile } *//* { dg-options "-O2 -W -Wall" } *//* PR c/13127 On the tree-ssa this used to warn about an anonymous uninitialized variable. The warning about "no return statement in function returning non-void" is PR 13000. */static int foo (int a __attribute__((unused)) ) { }int main (void) { return foo (0); } /* { dg-warning "control may reach end" } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?