Commit 955b64c0 authored by Bob Ippolito's avatar Bob Ippolito

squelch gcc4 darwin/x86 compiler warnings

parent 0ed05875
......@@ -799,7 +799,7 @@ PyString_AsStringAndSize(register PyObject *obj,
#define FAST_SEARCH 1
LOCAL(Py_ssize_t)
fastsearch(const unsigned char* s, Py_ssize_t n, const unsigned char* p,
fastsearch(const char* s, Py_ssize_t n, const char* p,
Py_ssize_t m, int mode)
{
long mask;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment