📄 gcc_gfc-2.c
字号:
/* PR c/35436 *//* { dg-do compile } *//* { dg-options "-Wformat" } */typedef void locus[1]; /* { dg-error "array of void" } */void foo(const char*, ...) __attribute__((__format__(__gcc_gfc__, 1, 2))); /* { dg-error "locus" } */void bar(){ foo("%L", 0); /* { dg-warning "format" } */}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -