Version bump, added dependencies, and fixed compile errors.
This commit is contained in:
parent
4d98b4935e
commit
7c95c3bf97
8 changed files with 139 additions and 98 deletions
12
sys-libs/hidrd/files/fallthrough.patch
Normal file
12
sys-libs/hidrd/files/fallthrough.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
/fmt/xml/snk/element.c
|
||||
--- a/lib/fmt/xml/snk/element.c 2023-04-21 09:23:25.216848044 -0700
|
||||
+++ b/lib/fmt/xml/snk/element.c 2023-04-21 09:24:15.893725175 -0700
|
||||
@@ -229,6 +229,7 @@
|
||||
case XML_SNK_ELEMENT_NT_ATTR:
|
||||
/* Retrieve name */
|
||||
(void)va_arg(*pap, const char *);
|
||||
+ /* FALLTHROUGH */
|
||||
case XML_SNK_ELEMENT_NT_COMMENT:
|
||||
case XML_SNK_ELEMENT_NT_CONTENT:
|
||||
fmt = va_arg(*pap, hidrd_fmt_type);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue