logo

oasis

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

catgirl: Disable spurious unititialized variable warning

Diffstat:

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

diff --git a/pkg/catgirl/gen.lua b/pkg/catgirl/gen.lua @@ -1,5 +1,6 @@ cflags{ '-std=c11', '-Wall', '-Wextra', '-Wpedantic', + '-Wno-maybe-uninitialized', '-D _GNU_SOURCE', '-isystem $builddir/pkg/libtls-bearssl/include', '-isystem $builddir/pkg/ncurses/include',