fix go vet complaints
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package xmlsec
|
||||
|
||||
// +build !static
|
||||
|
||||
package xmlsec
|
||||
|
||||
// #cgo linux CFLAGS: -w
|
||||
// #cgo darwin CFLAGS: -Wno-invalid-pp-token -Wno-header-guard
|
||||
// #cgo pkg-config: xmlsec1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package xmlsec
|
||||
|
||||
// +build static
|
||||
|
||||
package xmlsec
|
||||
|
||||
// #cgo linux CFLAGS: -w
|
||||
// #cgo darwin CFLAGS: -Wno-invalid-pp-token -Wno-header-guard
|
||||
// #cgo pkg-config: --static xmlsec1
|
||||
@@ -16,9 +16,4 @@ import "C"
|
||||
// #include <libxml/parser.h>
|
||||
// #include <libxml/parserInternals.h>
|
||||
// #include <libxml/xmlmemory.h>
|
||||
// #include <xmlsec/xmlsec.h>
|
||||
// #include <xmlsec/xmltree.h>
|
||||
// #include <xmlsec/xmlenc.h>
|
||||
// #include <xmlsec/templates.h>
|
||||
// #include <xmlsec/crypto.h>
|
||||
import "C"
|
||||
|
||||
Reference in New Issue
Block a user