summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-01-07 12:01:21 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-01-07 12:01:21 +0000
commitcd624f24ec394294c526af7d6a9ca8811497e248 (patch)
treeaa4f77698859196f7b906741230381e1b1e96a0c /Build/source
parent55126e8a27ec728e1af09422af990c00c8aaa538 (diff)
pdftexdir: ChangeLog
git-svn-id: svn://tug.org/texlive/trunk@49630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/pdftexdir/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog
index 339ce104e0a..4edaea1bdf0 100644
--- a/Build/source/texk/web2c/pdftexdir/ChangeLog
+++ b/Build/source/texk/web2c/pdftexdir/ChangeLog
@@ -1,9 +1,9 @@
2019-01-07 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
- * tounicode.c (deftounicode): suppress a warning:
+ * tounicode.c (deftounicode): suppress a compiler warning:
format specifies type 'unsigned int' but the argument has
type 'long' [-Wformat]
- * writet3.c (writet3): suppress a warning:
+ * writet3.c (writet3): suppress a compiler warning:
add explicit braces to avoid dangling else [-Wdangling-else]
2018-12-07 Akira Kakuto <kakuto@fuk.kindai.ac.jp>