logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: bcab20e5f9db278c775a12612d2df470324bc51d
parent 540912a7bbf0b10e1c23f4ec027ac142e8145c5e
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  5 Jun 2020 02:50:10 -0700

ii: Disable format truncation warnings

Diffstat:

Mpkg/ii/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/ii/gen.lua b/pkg/ii/gen.lua @@ -1,6 +1,6 @@ set('version', '1.8') cflags{ - '-Wall', + '-Wall', '-Wno-format-truncation', [[-D 'VERSION="$version"']], }