logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 4cd6a59be46f00f7fb2e451261e03cdfd1c55d3c
parent f29a9e477ff63d1445f0f848a595c5a8c2610ef4
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  4 Jun 2020 22:42:40 -0700

qbe: Disable some warnings

Diffstat:

Mpkg/qbe/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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', }