mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
Merge branch 'bugfix/asserts_disabled' into 'master'
core: Fix assert path embedding, warnings when asserts are disabled Closes IDFGH-4477 See merge request espressif/esp-idf!12371
This commit is contained in:
@@ -45,7 +45,7 @@ void esp_sha(esp_sha_type sha_type, const unsigned char *input, size_t ilen, uns
|
||||
#endif
|
||||
} ctx;
|
||||
|
||||
int ret;
|
||||
int ret __attribute__((unused));
|
||||
assert(input != NULL && output != NULL);
|
||||
|
||||
#if SOC_SHA_SUPPORT_SHA1
|
||||
|
Reference in New Issue
Block a user