viewing paste ubuntu 12.04 LTS compile warnings | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
console.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/include/x86_64-linux-gnu/bits/string3.h: In function ‘console_parse_list_subs’:
/usr/include/x86_64-linux-gnu/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
/usr/include/x86_64-linux-gnu/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
socket.c: In function ‘do_close.part.4’:
socket.c:1236:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘do_sockets’:
socket.c:815:6: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
/usr/include/x86_64-linux-gnu/bits/socket2.h: In function ‘recv_to_fifo’:
/usr/include/x86_64-linux-gnu/bits/socket2.h:40:2: warning: call to ‘__recv_chk_warn’ declared with attribute warning: recv called with bigger length than size of destination buffer [enabled by default]
  return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
  ^
/usr/include/x86_64-linux-gnu/bits/socket2.h:43:2: warning: call to ‘__recv_chk_warn’ declared with attribute warning: recv called with bigger length than size of destination buffer [enabled by default]
  return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
  ^
socket.c: In function ‘connect_client’:
socket.c:475:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘make_listen_bind’:
socket.c:525:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘make_connection’:
socket.c:576:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
console.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘yy_get_next_buffer’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/string3.h: In function ‘console_parse_list_subs’:
/usr/include/x86_64-linux-gnu/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
/usr/include/x86_64-linux-gnu/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
socket.c: In function ‘do_close.part.4’:
socket.c:1236:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
/usr/include/x86_64-linux-gnu/bits/socket2.h: In function ‘recv_to_fifo’:
/usr/include/x86_64-linux-gnu/bits/socket2.h:40:2: warning: call to ‘__recv_chk_warn’ declared with attribute warning: recv called with bigger length than size of destination buffer [enabled by default]
  return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
  ^
/usr/include/x86_64-linux-gnu/bits/socket2.h:43:2: warning: call to ‘__recv_chk_warn’ declared with attribute warning: recv called with bigger length than size of destination buffer [enabled by default]
  return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
  ^
socket.c: In function ‘connect_client’:
socket.c:475:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘make_listen_bind’:
socket.c:525:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘make_connection’:
socket.c:576:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘do_sockets’:
socket.c:815:6: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘get_svn_revision.part.1’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘geoip_readdb’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
fsdf
console.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘hread’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘get_svn_revision.part.1’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/socket2.h: In function ‘recv_to_fifo’:
/usr/include/x86_64-linux-gnu/bits/socket2.h:40:2: warning: call to ‘__recv_chk_warn’ declared with attribute warning: recv called with bigger length than size of destination buffer [enabled by default]
  return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
  ^
/usr/include/x86_64-linux-gnu/bits/socket2.h:43:2: warning: call to ‘__recv_chk_warn’ declared with attribute warning: recv called with bigger length than size of destination buffer [enabled by default]
  return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
  ^
socket.c: In function ‘connect_client’:
socket.c:475:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘make_listen_bind’:
socket.c:525:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘make_connection’:
socket.c:576:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘do_sockets’:
socket.c:815:6: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
socket.c: In function ‘do_close.part.4’:
socket.c:1236:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]
/usr/include/x86_64-linux-gnu/bits/string3.h: In function ‘console_parse_list_subs’:
/usr/include/x86_64-linux-gnu/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
/usr/include/x86_64-linux-gnu/bits/string3.h:82:30: warning: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘yy_get_next_buffer’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘grfio_reads’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘grfio_entryread’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘npc_parsesrcfile’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h: In function ‘map_init_mapcache’:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:282:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
/usr/include/x86_64-linux-gnu/bits/stdio2.h:285:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer [enabled by default]
  return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
  ^
Viewed 1492 times, submitted by Shikazu.