2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-06 04:10:52 +00:00

Typo: warn -> warning

This commit is contained in:
Jay Berkenbilt 2022-04-10 17:27:30 -04:00
parent ce86307a1a
commit a249f89715

View File

@ -28,7 +28,7 @@
// #define POINTERHOLDER_TRANSITION 0 to suppress this warning, and see below.
// See also https://qpdf.readthedocs.io/en/stable/design.html#smart-pointers
# warn "POINTERHOLDER_TRANSITION is not defined -- see qpdf/PointerHolder.hh"
# warning "POINTERHOLDER_TRANSITION is not defined -- see qpdf/PointerHolder.hh"
// undefined = define as 0 and issue a warning
// 0 = no deprecation warnings, backward-compatible API