MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.93k stars 630 forks source link

Fix build error against libjsoncpp 1.9.4 #1121

Closed jlblancoc closed 3 years ago

jlblancoc commented 3 years ago

Changed apps/libraries

PR Description

Remove possibility of assigning a scheme value from a nullptr. It was removed in libjsoncpp.

Perhaps it might be needed to add an alternative method to set a given json/yaml/... node as "null", but apparently no code was using this feature, so it was just removed. Add if needed in the future.

Closes #1118