From 606fdf55b06da8cb80b2418408f851ad17af28be Mon Sep 17 00:00:00 2001 From: Zack Porter <121693134+zaporter-work@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:03:47 -0500 Subject: [PATCH] initial (#83) --- internal/ccall/ccall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ccall/ccall.go b/internal/ccall/ccall.go index ca89f2f..0d8afc8 100644 --- a/internal/ccall/ccall.go +++ b/internal/ccall/ccall.go @@ -22,7 +22,7 @@ package ccall #cgo CFLAGS: -Itwopigen #cgo CFLAGS: -I../ #cgo CFLAGS: -I../libltdl -#cgo CFLAGS: -Wno-unused-result -Wno-format -Wno-pointer-to-int-cast -Wno-attributes +#cgo CFLAGS: -Wno-unused-result -Wno-format -Wno-pointer-to-int-cast -Wno-attributes -Wno-format-security #cgo LDFLAGS: -lm #include "config.h" #include "gvc.h"