mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Silenced compiler warning
Objects/stringlib/find.h:97: warning: 'stringlib_contains_obj' defined but not used Reviewed by Benjamin Peterson
This commit is contained in:
parent
fb1813cb8d
commit
7d4c3177d5
3 changed files with 5 additions and 1 deletions
|
|
@ -1098,6 +1098,7 @@ bytes_dealloc(PyByteArrayObject *self)
|
|||
#define STRINGLIB_EMPTY nullbytes
|
||||
#define STRINGLIB_CHECK_EXACT PyByteArray_CheckExact
|
||||
#define STRINGLIB_MUTABLE 1
|
||||
#define FROM_BYTEARRAY 1
|
||||
|
||||
#include "stringlib/fastsearch.h"
|
||||
#include "stringlib/count.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue