From 40dc3408ad8a0d97d828662bafb5565baa48b515 Mon Sep 17 00:00:00 2001
From: zaporter-work <work-github@zackporter.com>
Date: Tue, 6 Feb 2024 16:52:44 -0500
Subject: [PATCH] initial

---
 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"