Commit 84a0657e authored by Tim Peters's avatar Tim Peters

Squash compiler wng about signed/unsigned mismatch.

parent 8f4d3316
......@@ -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 */
......
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