diff options
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 7509de0256f..339ce104e0a 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,11 @@ +2019-01-07 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * tounicode.c (deftounicode): suppress a warning: + format specifies type 'unsigned int' but the argument has + type 'long' [-Wformat] + * writet3.c (writet3): suppress a warning: + add explicit braces to avoid dangling else [-Wdangling-else] + 2018-12-07 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * pdftosrc-poppler0.72.0.cc, pdftoepdf-poppler0.72.0.cc: |