]> granicus.if.org Git - python/commit
Fix a compiler warning: in and out are unused in _Py_char2wchar() if
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 7 May 2013 21:48:56 +0000 (23:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 7 May 2013 21:48:56 +0000 (23:48 +0200)
commit313f10c7224feb938f0d2de85455761ec371d382
tree5a5f25c34e14b93ce3aa3b0d13e4bb90f37c6103
parentc41917f4cb1287cddd36b78079a051bda6c42e40
Fix a compiler warning: in and out are unused in _Py_char2wchar() if
HAVE_MBRTOWC is not defined
Python/fileutils.c