Closed Ulrond closed 3 months ago
https://github.com/rdkcentral/ut-core/blob/develop/include/cJSON.h
is deprecated, we need to add a #warning into the file, so that if it's ever included we can print a message telling people it's going to be removed in 4.0.0 and they should move to KVP.
#warning
https://github.com/rdkcentral/ut-core/blob/develop/include/cJSON.h
is deprecated, we need to add a
#warning
into the file, so that if it's ever included we can print a message telling people it's going to be removed in 4.0.0 and they should move to KVP.