| | 81 | dukeleto: some warnings that I get during the build on OS X 10.5.8/GMP 4.3.1 : |
| | 82 | {{{ |
| | 83 | src/pmc/bignum.c |
| | 84 | In file included from ./src/pmc/bignum.pmc:148: |
| | 85 | /opt/local/include/gmp.h:431:74: warning: "__STDC_VERSION__" is not defined |
| | 86 | In file included from ./src/pmc/bigint.pmc:32: |
| | 87 | /opt/local/include/gmp.h:431:74: warning: "__STDC_VERSION__" is not defined |
| | 88 | |
| | 89 | compilers/imcc/imcparser.c: In function ‘yyparse’: |
| | 90 | compilers/imcc/imcparser.c:3092: warning: statement with no effect |
| | 91 | compilers/imcc/imcparser.c:5230: warning: statement with no effect |
| | 92 | compilers/imcc/imcparser.c:5387: warning: statement with no effect |
| | 93 | compilers/imcc/imcparser.c:5391: warning: statement with no effect |
| | 94 | compilers/imcc/imcc.y:1360: warning: ignoring return value of ‘iSUBROUTINE’, declared with attribute warn_unused_result |
| | 95 | |
| | 96 | compilers/imcc/pbc.c:184: warning: ‘old_blocks’ declared ‘static’ but never defined |
| | 97 | |
| | 98 | |
| | 99 | }}} |