logo

oasis

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

curl: Disable spurious uninitialized variable warning

Diffstat:

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

diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -1,5 +1,5 @@ cflags{ - '-std=c99', '-Wall', '-Wpedantic', + '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized', '-D _DEFAULT_SOURCE', '-D HAVE_CONFIG_H', '-D BUILDING_LIBCURL',