[cli] fix unused retval warning on otPlatLogCrashDump() call (#10369)

This commit is contained in:
Abtin Keshavarzian
2024-06-12 17:50:48 -07:00
committed by GitHub
parent 4a0d6b7b64
commit cb1220d79b
+1 -1
View File
@@ -142,7 +142,7 @@ pseudo_reset:
#endif
#if OPENTHREAD_CONFIG_PLATFORM_LOG_CRASH_DUMP_ENABLE
otPlatLogCrashDump();
IgnoreError(otPlatLogCrashDump());
#endif
while (!otSysPseudoResetWasRequested())