From 19976849e168cb2faa6cfb73517cd7c762430f6f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 10:26:09 -0400 Subject: Added C99 to the Windows and GTK+ cgo CFLAGS after Ian Taylor confirmed it was safe to use. --- redo/uitask_unix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/uitask_unix.go') diff --git a/redo/uitask_unix.go b/redo/uitask_unix.go index b75a94d..8604dd2 100644 --- a/redo/uitask_unix.go +++ b/redo/uitask_unix.go @@ -10,6 +10,7 @@ import ( ) // #cgo pkg-config: gtk+-3.0 +// #cgo CFLAGS: --std=c99 // #include "gtk_unix.h" // extern gboolean doissue(gpointer data); import "C" -- cgit v1.2.3