mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Squash compiler wng about signed/unsigned mismatch.
This commit is contained in:
parent
8f4d3316de
commit
84a0657ee9
@ -21,7 +21,7 @@ static unsigned char M___hello__[] = {
|
||||
0,0,0,0,
|
||||
};
|
||||
|
||||
#define SIZE sizeof(M___hello__)
|
||||
#define SIZE (int)sizeof(M___hello__)
|
||||
|
||||
static struct _frozen _PyImport_FrozenModules[] = {
|
||||
/* Test module */
|
||||
|
Loading…
Reference in New Issue
Block a user