From 9fe3f1a90a19e10359c57423b4e520acb866dad5 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 10 Apr 2016 01:34:55 +0000 Subject: texk/kpathsea: disable unnecessary warning (w32 only) git-svn-id: svn://tug.org/texlive/trunk@40381 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/knj.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/kpathsea/knj.c') 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; } } -- cgit v1.2.3