Deal with errors generated when RELEASE build made

This commit is contained in:
2025-06-11 07:21:21 +01:00
parent ba7e08122e
commit 34e4d42876
4 changed files with 8 additions and 5 deletions

View File

@@ -88,5 +88,7 @@ void context_report(context_t *context)
info("<Context>: %luB/%luB main memory used\n", mem_used, mem_cap);
info("<Context>: %luB/%luB read space used\n", read_used, read_cap);
info("<Context>: %luB/%luB scratch space used\n", scr_used, scr_cap);
#else
(void)context;
#endif
}