summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
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>