Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
c7a79e96dc166a1bdadca1367a39c84887e73de3
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-gtk2-infobar.c
blob: eebcfbc45120a050c52acb911a08900d687b5e89 [
file
] [
log
] [
blame
]
#pragma
GCC diagnostic ignored
"-Wstrict-prototypes"
#include
<gtk/gtk.h>
#pragma
GCC diagnostic error
"-Wstrict-prototypes"
int
main
(
void
)
{
gtk_info_bar_new
();
return
0
;
}