Skip to content

Commit b3ff3d7

Browse files
committed
chore(testing): bump instrument-hooks
1 parent 6024d5a commit b3ff3d7

File tree

4 files changed

+2569
-2405
lines changed

4 files changed

+2569
-2405
lines changed

testing/capi/instrument-hooks.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package capi
22

33
/*
4-
#cgo CFLAGS: -I${SRCDIR}/instrument-hooks/includes
4+
#cgo CFLAGS: -I${SRCDIR}/instrument-hooks/includes -Wno-format -Wno-format-security
55
#include "instrument-hooks/dist/core.c"
66
7-
#define MARKER_TYPE_BENCHMARK_START c_MARKER_TYPE_BENCHMARK_START__248
8-
#define MARKER_TYPE_BENCHMARK_END c_MARKER_TYPE_BENCHMARK_END__249
7+
#define MARKER_TYPE_BENCHMARK_START c_MARKER_TYPE_BENCHMARK_START__249
8+
#define MARKER_TYPE_BENCHMARK_END c_MARKER_TYPE_BENCHMARK_END__250
99
typedef struct instruments_root_InstrumentHooks__547 InstrumentHooks;
1010
*/
1111
import "C"

0 commit comments

Comments
 (0)