From 540912a7bbf0b10e1c23f4ec027ac142e8145c5e Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jun 2020 02:48:49 -0700 Subject: kbd: Disable pointer sign warning for now This is fixed upstream already, and shouldn't be needed for the upcoming kbd 2.3.0. --- pkg/kbd/gen.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/kbd/gen.lua b/pkg/kbd/gen.lua index 34a43046..84f0ee7b 100644 --- a/pkg/kbd/gen.lua +++ b/pkg/kbd/gen.lua @@ -1,4 +1,6 @@ cflags{ + '-Wall', + '-Wno-incompatible-pointer-types', -- fixed in upcoming release string.format([[-D 'DATADIR="%s/share/kbd"']], config.prefix), '-I $dir', '-I $srcdir', -- cgit v1.2.3