From 760a575a8af401915a1a8eb2cbfcd5eb3d429a19 Mon Sep 17 00:00:00 2001 From: Ross Kinder Date: Sat, 3 Sep 2016 10:47:24 -0400 Subject: [PATCH] silence warnings on gcc/linux --- decrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decrypt.go b/decrypt.go index 31e05e0..2b0e11d 100644 --- a/decrypt.go +++ b/decrypt.go @@ -5,7 +5,7 @@ import ( "unsafe" ) -// #cgo linux -W +// #cgo linux CFLAGS: -w // #cgo darwin CFLAGS: -Wno-invalid-pp-token -Wno-header-guard // #cgo pkg-config: xmlsec1 // #include