mirror of
https://github.com/python/cpython.git
synced 2025-09-15 13:16:12 +00:00
squelch gcc4 darwin/x86 compiler warnings
This commit is contained in:
parent
0ed05875b2
commit
955b64c031
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ PyString_AsStringAndSize(register PyObject *obj,
|
||||||
#define FAST_SEARCH 1
|
#define FAST_SEARCH 1
|
||||||
|
|
||||||
LOCAL(Py_ssize_t)
|
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)
|
Py_ssize_t m, int mode)
|
||||||
{
|
{
|
||||||
long mask;
|
long mask;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue