mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Fix QPDF::setSuppressWarnings
This commit is contained in:
parent
43004e3399
commit
7445e0ac1e
@ -334,7 +334,7 @@ QPDF::setSuppressWarnings(bool val)
|
||||
void
|
||||
QPDF::setMaxWarnings(int val)
|
||||
{
|
||||
m->suppress_warnings = val;
|
||||
m->max_warnings = val;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user