We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6024d5a commit b3ff3d7Copy full SHA for b3ff3d7
testing/capi/instrument-hooks.go
@@ -1,11 +1,11 @@
1
package capi
2
3
/*
4
-#cgo CFLAGS: -I${SRCDIR}/instrument-hooks/includes
+#cgo CFLAGS: -I${SRCDIR}/instrument-hooks/includes -Wno-format -Wno-format-security
5
#include "instrument-hooks/dist/core.c"
6
7
-#define MARKER_TYPE_BENCHMARK_START c_MARKER_TYPE_BENCHMARK_START__248
8
-#define MARKER_TYPE_BENCHMARK_END c_MARKER_TYPE_BENCHMARK_END__249
+#define MARKER_TYPE_BENCHMARK_START c_MARKER_TYPE_BENCHMARK_START__249
+#define MARKER_TYPE_BENCHMARK_END c_MARKER_TYPE_BENCHMARK_END__250
9
typedef struct instruments_root_InstrumentHooks__547 InstrumentHooks;
10
*/
11
import "C"
0 commit comments