silence warnings on gcc/linux

This commit is contained in:
Ross Kinder
2016-09-03 10:47:24 -04:00
parent e61c00c496
commit 760a575a8a

View File

@@ -5,7 +5,7 @@ import (
"unsafe" "unsafe"
) )
// #cgo linux -W // #cgo linux CFLAGS: -w
// #cgo darwin CFLAGS: -Wno-invalid-pp-token -Wno-header-guard // #cgo darwin CFLAGS: -Wno-invalid-pp-token -Wno-header-guard
// #cgo pkg-config: xmlsec1 // #cgo pkg-config: xmlsec1
// #include <xmlsec/xmlsec.h> // #include <xmlsec/xmlsec.h>