Commit 8ce3b53cea65f4b2a5dc9a72ba87d62d379b3a7c

Authored by Jay Berkenbilt
1 parent e6ba0dbf

TODO: ABI note

Showing 1 changed file with 6 additions and 0 deletions
... ... @@ -31,6 +31,12 @@ Do these things next time we have to break binary compatibility
31 31 * Consider whether to build with -fvisibility=hidden by default. See
32 32 #302 for discussion.
33 33  
  34 + * Consider dealing with integer sizes in the API. Build with
  35 + -Wconversion -Wsign-conversion to see warnings. We won't be able to
  36 + resolve all, but we can possibly convert some things from int to
  37 + either size_t or qpdf_offset_t. Only do this if it doesn't break
  38 + source compatibility.
  39 +
34 40 Lexical
35 41 =======
36 42  
... ...