mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-15 15:07:16 +00:00
solo5: tolerate use of deprecated Xml_node API
This patch is an interim fix to allow building solo5 despite of the use of deprecated parts of the Xml_node API. Issue #3755
This commit is contained in:
parent
be65c4acd2
commit
4b9c1d8f2b
@ -18,3 +18,6 @@ INC_DIR += $(SOLO5_PORT_DIR)/include/solo5
|
||||
INC_DIR += $(REP_DIR)/include/solo5
|
||||
|
||||
vpath bindings.cc $(SOLO5_PORT_DIR)/src/lib/solo5/bindings/genode
|
||||
|
||||
# ignore warning about use of deprecated Xml_node API
|
||||
CC_CXX_WARN_STRICT :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user