chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] [ANN] CHICKEN 4.11.0 release candidate 1 available


From: Kooda
Subject: Re: [Chicken-users] [ANN] CHICKEN 4.11.0 release candidate 1 available
Date: Tue, 05 Apr 2016 16:26:05 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Thanks a lot for this release candidate! :)

Operating system: AlpineLinux 3.3 (Busybox/Linux with musl libc)
Hardware platform: ARMv7 (32bits)
C Compiler: GCC 5.3.0
Installation works?: Yes
Tests work?: Yes
Installation of eggs works?: Yes (spiffy)


I got some warnings at compilation, but nothing really serious:

In file included from posixunix.c:161:0:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include 
<sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^

In file included from debugger-client.c:13:0:
dbg-stub.c: In function 'send_event':
dbg-stub.c:347:29: warning: format '%lu' expects argument of type 'long 
unsigned int *', but argument 4 has type 'int *' [-Wformat=]
       n = sscanf(rw_buffer, "(%d %lu %d)", &reply, &x, &mask);
                             ^
dbg-stub.c:373:25: warning: format '%ld' expects argument of type 'long int *', 
but argument 4 has type 'int *' [-Wformat=]
       sscanf(rw_buffer, "(%d %ld)", &mask, &x);
                         ^
dbg-stub.c:380:28: warning: format '%ld' expects argument of type 'long int', 
but argument 3 has type 'unsigned int' [-Wformat=]
         sprintf(rw_buffer, "(* BLOB %ld", C_header_bits(x) >> 
C_HEADER_BITS_SHIFT);
                            ^
dbg-stub.c:395:28: warning: format '%ld' expects argument of type 'long int', 
but argument 3 has type 'unsigned int' [-Wformat=]
         sprintf(rw_buffer, "(* SPECIAL %ld %lu", C_header_bits(x) >> 
C_HEADER_BITS_SHIFT,
                            ^
dbg-stub.c:395:28: warning: format '%lu' expects argument of type 'long 
unsigned int', but argument 4 has type 'int' [-Wformat=]
dbg-stub.c:399:31: warning: format '%ld' expects argument of type 'long int', 
but argument 3 has type 'unsigned int' [-Wformat=]
       else sprintf(rw_buffer, "(* VECTOR %ld", C_header_bits(x) >> 
C_HEADER_BITS_SHIFT);



reply via email to

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