summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/knj.c5
2 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 6b52ba1b281..95b726e684c 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-03 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ *knj.c: Disable unnecessary warning (w32 only).
+
2016-04-06 Karl Berry <karl@tug.org>
* texmf.cnf (TEXMFVAR, TEXMFCONFIG): 2016.
diff --git a/Build/source/texk/kpathsea/knj.c b/Build/source/texk/kpathsea/knj.c
index 571201ce85c..37e1c7589b5 100644
--- a/Build/source/texk/kpathsea/knj.c
+++ b/Build/source/texk/kpathsea/knj.c
@@ -1,7 +1,7 @@
/* knj.c: check for 2-Byte Kanji (CP 932, SJIS) codes.
- Copyright 2010, 2014 Akira Kakuto.
- Copyright 2013, 2014 TANAKA Takuji.
+ Copyright 2010, 2016 Akira Kakuto.
+ Copyright 2013, 2016 TANAKA Takuji.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -277,7 +277,6 @@ get_command_line_args_utf8 (const_string enc, int *p_ac, char ***p_av)
*p_av = argv;
return file_system_codepage;
} else {
- WARNING1("kpathsea: Ignoring unknown encoding `%s'", enc);
return 0;
}
}