Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7 10 lines 207 B view raw
1#pragma GCC diagnostic ignored "-Wstrict-prototypes" 2#include <gtk/gtk.h> 3#pragma GCC diagnostic error "-Wstrict-prototypes" 4 5int main(int argc, char *argv[]) 6{ 7 gtk_init(&argc, &argv); 8 9 return 0; 10}