commit: 540912a7bbf0b10e1c23f4ec027ac142e8145c5e
parent ea3810c55946230f9d5aad33e5550d0b7a2c57e5
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 5 Jun 2020 02:48:49 -0700
kbd: Disable pointer sign warning for now
This is fixed upstream already, and shouldn't be needed for the
upcoming kbd 2.3.0.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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',