mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
11 lines
178 B
C
11 lines
178 B
C
![]() |
#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;
|
||
|
}
|