*I never saw these warnings when I compile chicken 4.6.0 using gcc however.*

cc -errtags -xdebugformat=stabs -xannotate=no -DHAVE_CHICKEN_CONFIG_H
-DC_ENABLE_PTABLES -I. -I./ \

          -c -g -xO3 \

           \

          -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o

"runtime.c", line 3894: warning: statement not reached
(E_STATEMENT_NOT_REACHED)

"runtime.c", line 6882: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 6957: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 7485: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 7520: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 7584: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 7602: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 7611: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 7727: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 8217: warning: statement not reached
(E_STATEMENT_NOT_REACHED)

"runtime.c", line 8250: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2607

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 8538: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2607

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 8886: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)

"runtime.c", line 9108: warning: argument #1 is incompatible with prototype:

        prototype: pointer to void : "runtime.c", line 2634

        argument : pointer to function(pointer to void) returning void
(E_ARG_INCOMPATIBLE_WITH_ARG_L)


Jo
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to