Sun 18 Dec 2011 05:56:51 PM UTC, original submission:
Building on mingw32 with 0.0.12beta gives the following warnings:
sys-test.c: In function `test_convert':
sys-test.c:588: warning: integer constant is too large for "long" type
sys-test.c:593: warning: integer constant is too large for "long" type
sys-test.c:596: warning: integer constant is too large for "long" type
pil-bench.c: In function `do_bench':
pil-bench.c:78: warning: integer constant is too large for "long" type
pil-bench.c:79: warning: integer constant is too large for "long" type
pil-bench.c:98: warning: integer constant is too large for "long" type
pil-bench.c:122: warning: integer constant is too large for "long" type
pil-bench.c: In function `lw6pil_bench':
pil-bench.c:232: warning: integer constant is too large for "long" type
pil-command.c: In function `command_parse':
pil-command.c:234: warning: integer constant is too large for "long" type
pil-command.c: In function `lw6pil_command_execute_local_text':
pil-command.c:597: warning: integer constant is too large for "long" type
pil-pilot.c: In function `_lw6pil_pilot_seq2round':
pil-pilot.c:933: warning: integer constant is too large for "long" type
pil-seq.c: In function `lw6pil_seq_random_0':
pil-seq.c:44: warning: integer constant is too large for "long" type
pil-test.c: In function `test_command':
pil-test.c:152: warning: integer constant is too large for "long" type
pil-test.c: In function `test_pilot':
pil-test.c:366: warning: integer constant is too large for "long" type
|