Skip to content

armarx/VisionX: Don't treat new warnings as errors

Christian Dreher requested to merge fix/visionx-warn into main

@usnlf_albrecht these new warnings suppressed by this change in Axii is caused by your changes. The warnings were introduced (probably) in GCC >11, maybe 10 or so, didn't test. At least VisionX doesn't build anymore on Ubuntu 22 onwards because of it. (and -Wall unfortunately...)

Maybe you should check clang etc? Clang also complained about this warning.

Edited by Christian Dreher

Merge request reports