📄 20040206-1.c
字号:
/* { 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -