[parrot/parrot] c85a9e: [cage] better int type casts and fmt strings

GitHub noreply at github.com
Sun Nov 23 12:34:39 UTC 2014


  Branch: refs/heads/smoke-me/intval-int-gh1145
  Home:   https://github.com/parrot/parrot
  Commit: c85a9ed72baeaf53c87fc1bd9f59068ca51f5bc2
      https://github.com/parrot/parrot/commit/c85a9ed72baeaf53c87fc1bd9f59068ca51f5bc2
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M compilers/imcc/debug.c
    M src/platform/generic/socket.c
    M src/string/encoding/shared.c

  Log Message:
  -----------
  [cage] better int type casts and fmt strings

32-bit:
shared.c:1506: warning: signed and unsigned type in conditional expression
socket.c:254: warning: format ‘%ld’ expects type long int, but argument 4 has type INTVAL
debug.c:479: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 14 has type ‘unsigned int’




More information about the parrot-commits mailing list