Deal with errors generated when RELEASE build made
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user