Commit d5957da
committed
cffi: fix compilation with latest version
Remove field that causes build errors with the latest libyang versions:
build/temp.linux-x86_64-cpython-37/_libyang.c:8143:32: error:
initialization of ‘struct hash_table **’ from incompatible pointer type
‘struct ly_ht **’ [-Werror=incompatible-pointer-types]
children_ht is not used anywhere, remove it.
Signed-off-by: Robin Jarry <robin@jarry.cc>1 parent d5c5cb7 commit d5957da
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
723 | 722 | | |
724 | 723 | | |
725 | 724 | | |
| |||
0 commit comments