Commit a249f89715aca956abc70154579964b5643c5ac7
1 parent
ce86307a
Typo: warn -> warning
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/PointerHolder.hh
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | |
| 29 | 29 | // #define POINTERHOLDER_TRANSITION 0 to suppress this warning, and see below. |
| 30 | 30 | // See also https://qpdf.readthedocs.io/en/stable/design.html#smart-pointers |
| 31 | -# warn "POINTERHOLDER_TRANSITION is not defined -- see qpdf/PointerHolder.hh" | |
| 31 | +# warning "POINTERHOLDER_TRANSITION is not defined -- see qpdf/PointerHolder.hh" | |
| 32 | 32 | |
| 33 | 33 | // undefined = define as 0 and issue a warning |
| 34 | 34 | // 0 = no deprecation warnings, backward-compatible API | ... | ... |