Fix a couple of signed/unsigned comparison warnings
This commit is contained in:
@@ -804,7 +804,7 @@ static int _PyCodecRegistry_Init(void)
|
||||
|
||||
PyInterpreterState *interp = PyThreadState_GET()->interp;
|
||||
PyObject *mod;
|
||||
int i;
|
||||
unsigned i;
|
||||
|
||||
if (interp->codec_search_path != NULL)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user