Commit 1763957cbc3c4e11a405fdb8a46934fb851c9f2c
1 parent
6fca2799
Remove integer type task from TODO
Showing
1 changed file
with
0 additions
and
6 deletions
TODO
| ... | ... | @@ -34,12 +34,6 @@ Do these things next time we have to break binary compatibility |
| 34 | 34 | * Consider whether to build with -fvisibility=hidden by default. See |
| 35 | 35 | #302 for discussion. |
| 36 | 36 | |
| 37 | - * Consider dealing with integer sizes in the API. Build with | |
| 38 | - -Wconversion -Wsign-conversion to see warnings. We won't be able to | |
| 39 | - resolve all, but we can possibly convert some things from int to | |
| 40 | - either size_t or qpdf_offset_t. Only do this if it doesn't break | |
| 41 | - source compatibility. | |
| 42 | - | |
| 43 | 37 | * See if there is a way to provide an option to use higher |
| 44 | 38 | compression with zlib. See #113. This can be done by adding options |
| 45 | 39 | to Pl_Flate and having QPDFWriter optionally use those options. | ... | ... |