repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-gtk2-infobar.c
blob
397b4646d066144d1db1f6bd2842b9f1af5bf617
1
#pragma GCC diagnostic ignored
"-Wstrict-prototypes"
2
#include <gtk/gtk.h>
3
#pragma GCC diagnostic error
"-Wstrict-prototypes"
4
5
int
main
(
int
argc
,
char
*
argv
[])
6
{
7
gtk_init
(&
argc
, &
argv
);
8
gtk_info_bar_new
();
9
10
return
0
;
11
}