2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-09 13:42:25 +00:00

TODO: ABI note

This commit is contained in:
Jay Berkenbilt 2019-03-30 09:14:37 -04:00
parent e6ba0dbf61
commit 8ce3b53cea

6
TODO
View File

@ -31,6 +31,12 @@ 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.
Lexical
=======