thermosphere: suppress potential unused variable warnings

This commit is contained in:
TuxSH
2020-02-03 02:16:53 +00:00
parent 53850a5976
commit 78eea8a373
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ void testProcessDataCallback(TransportInterface *iface, void *p, size_t sz)
(void)sz;
debugManagerUnpauseCores(BIT(0));
TestCtx *ctx = (TestCtx *)p;
(void)ctx;
DEBUG("EL2 [core %u]: you typed: %s\n", currentCoreCtx->coreId, ctx->buf);
}