From 4cd6a59be46f00f7fb2e451261e03cdfd1c55d3c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 4 Jun 2020 22:42:40 -0700 Subject: qbe: Disable some warnings --- pkg/qbe/gen.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/qbe/gen.lua b/pkg/qbe/gen.lua index 8ccb2591..5037168d 100644 --- a/pkg/qbe/gen.lua +++ b/pkg/qbe/gen.lua @@ -1,5 +1,6 @@ cflags{ '-std=c99', '-Wall', '-Wextra', '-Wpedantic', + '-Wno-format-overflow', '-Wno-format-truncation', '-Wno-maybe-uninitialized', '-I $dir', } -- cgit v1.2.3