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
mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-size
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-gtk2.c
blob
2aaf4bfc20556add03edc51d2e982c4d3f29b84b
1
// SPDX-License-Identifier: GPL-2.0
2
#pragma GCC diagnostic ignored
"-Wstrict-prototypes"
3
#include <gtk/gtk.h>
4
#pragma GCC diagnostic error
"-Wstrict-prototypes"
5
6
int
main
(
int
argc
,
char
*
argv
[])
7
{
8
gtk_init
(&
argc
, &
argv
);
9
10
return
0
;
11
}