Hi ,
I am using the latest esp idf, while i do make flash i get the below error
C:/esp32-aws-iot/components/awsiot/src/aws_iot_shadow_json.c: In function 'isJsonValidAndParse':
C:/esp32-aws-iot/components/awsiot/src/aws_iot_shadow_json.c:327:59: error: parameter 'pJsonHandler' set but not used [-Werror=unused-but-set-parameter]
bool isJsonValidAndParse(const char pJsonDocument, void pJsonHandler, int32_t *pTokenCount) {
Hi , I am using the latest esp idf, while i do make flash i get the below error C:/esp32-aws-iot/components/awsiot/src/aws_iot_shadow_json.c: In function 'isJsonValidAndParse': C:/esp32-aws-iot/components/awsiot/src/aws_iot_shadow_json.c:327:59: error: parameter 'pJsonHandler' set but not used [-Werror=unused-but-set-parameter] bool isJsonValidAndParse(const char pJsonDocument, void pJsonHandler, int32_t *pTokenCount) {