commit: 0d17bfb7b24e929413b53084e173807115e60bf8
parent 913775cd6ecc99b306693ce1cd6f1758b2102663
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 19 Aug 2020 12:48:19 -0700
acpid: Prevent warning for ioctl opcode conversion
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
@@ -1,4 +1,4 @@
-[submodule "pkg/acpid2/src"]
+[submodule "pkg/acpid/src"]
path = pkg/acpid/src
url = https://git.code.sf.net/p/acpid2/code
ignore = all
diff --git a/pkg/acpid/gen.lua b/pkg/acpid/gen.lua
@@ -1,5 +1,6 @@
cflags{
'-Wall', '-Wpedantic',
+ '-Wno-overflow', -- ioctl opcode conversion
'-D _GNU_SOURCE',
'-include $dir/config.h',
}