* fixed GCC 4.4.0 mingw compilation:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 27 Apr 2009 17:16:10 +0000 (17:16 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 27 Apr 2009 17:16:10 +0000 (17:16 +0000)
commiteae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6
tree1bf7d19d955ecb3f8575a289649460f26f166740
parent5a1d5e778e85664f4e6657019348b4756b16eacb
* fixed GCC 4.4.0 mingw compilation:
* sim/ucsim/cmd.src/cmdlex.l: added #include <stdio.h>
* support/cpp/sdcpp-opts.c: fixed warning:
  unknown conversion type character 'm' in format,
  use strerror(errno) instead of %m glibc extension format specifier
* src/SDCCsymt.c: fixed warning:
  suggest parentheses around operand of '!' or change '&' to '&&' or
  '!' to '~'
* src/pic16/pcode.c, src/pic16/glue.c: fixed warning:
  unknown conversion type character 'h' in format,
  replaced hh printf format specifier with parameter casting to
  unsigned char

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5438 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
sim/ucsim/cmd.src/cmdlex.l
src/SDCCsymt.c
src/pic16/glue.c
src/pic16/pcode.c
support/cpp/sdcpp-opts.c