Vajrasky Kok added the comment:

Victor, I found out that this commit 
http://hg.python.org/cpython/rev/34e166d60f37 gives me compiler warning.

Objects/unicodeobject.c: In function ‘PyUnicode_CompareWithASCIIString’:
Objects/unicodeobject.c:10583:22: warning: pointer targets in initialization 
differ in signedness [-Wpointer-sign]
gcc -pthread -c -Wno-unused-result -Werror=declaration-after-statement -g -O0 
-Wall -Wstrict-prototypes     -I. -IInclude -I./Include    -DPy_BUILD_CORE \

Attached the patch to remove the compiler warning.

----------
nosy: +vajrasky
Added file: 
http://bugs.python.org/file32419/remove_compiler_warning_pyunicode_compare_with_ascii_string.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19424>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to