aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-19 00:41:39 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:45 +0200
commit1763957cbc3c4e11a405fdb8a46934fb851c9f2c (patch)
tree51ded1fbb99ee73f8e56dd24c5d8758669e76e26
parent6fca27995ea2d4da06bab85e5d7911e01618ddda (diff)
downloadqpdf-1763957cbc3c4e11a405fdb8a46934fb851c9f2c.tar.zst
Remove integer type task from TODO
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 42ac7cce..0648f909 100644
--- a/TODO
+++ b/TODO
@@ -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.