20040206-1.c
来自「linux下编程用 编译软件」· 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)) ) { } /* { dg-warning "control reaches end of non-void" } */int main (void) { return foo (0); }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?