add cgo flag to (finally!) silence build time warnings
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
|||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// #cgo CFLAGS: -Wno-invalid-pp-token -Wno-header-guard
|
||||||
// #cgo pkg-config: xmlsec1
|
// #cgo pkg-config: xmlsec1
|
||||||
// #include <xmlsec/xmlsec.h>
|
// #include <xmlsec/xmlsec.h>
|
||||||
// #include <xmlsec/xmltree.h>
|
// #include <xmlsec/xmltree.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user