unused-2.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 19 行
C
19 行
/* Copyright (C) 2000 Free Software Foundation. by Alexandre Oliva <oliva@lsd.ic.unicamp.br> *//* { dg-do compile } *//* { dg-options "-O2 -finline-functions -Wunused -Wreturn-type" } */static voidfoo (){ skip_it: ; /* { dg-warning "defined but not used" "unused label warning" } */}voidbar (){ foo ();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?