chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Compiler warnings by Sun Studio 12.2 on Solaris SPARC fo


From: Joe Python
Subject: [Chicken-users] Compiler warnings by Sun Studio 12.2 on Solaris SPARC for ver. 4.6.0
Date: Sat, 21 May 2011 14:10:58 -0400

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]