pub unsafe extern "C" fn fz_flush_warnings(ctx: *mut fz_context)
Expand description

Flush any repeated warnings.

Repeated warnings are buffered, counted and eventually printed along with the number of repetitions. Call fz_flush_warnings to force printing of the latest buffered warning and the number of repetitions, for example to make sure that all warnings are printed before exiting an application.