2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 00:10:54 +00:00

Remove integer type task from TODO

This commit is contained in:
Jay Berkenbilt 2019-06-18 18:41:39 -04:00
parent 6fca27995e
commit 1763957cbc

6
TODO
View File

@ -34,12 +34,6 @@ Do these things next time we have to break binary compatibility
* Consider whether to build with -fvisibility=hidden by default. See
#302 for discussion.
* Consider dealing with integer sizes in the API. Build with
-Wconversion -Wsign-conversion to see warnings. We won't be able to
resolve all, but we can possibly convert some things from int to
either size_t or qpdf_offset_t. Only do this if it doesn't break
source compatibility.
* See if there is a way to provide an option to use higher
compression with zlib. See #113. This can be done by adding options
to Pl_Flate and having QPDFWriter optionally use those options.