- newer gcc warned me about errors in our strncat usage - this function is very
authorMatthias Braun <matze@braunis.de>
Sun, 17 May 2009 10:13:21 +0000 (10:13 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 17 May 2009 10:13:21 +0000 (10:13 +0000)
commit54529d18bc9e81fe062cdce548d3b899750c6e0b
tree57c8687624ecbb88955834daa63409df0c2a98da
parent8995741d0aacd2110b327113e9663cf738e2c3f9
- newer gcc warned me about errors in our strncat usage - this function is very
  unintuitive as it writes up to n+1 bytes, so you have to do:
   strncat(buf, X, sizeof(buf)-1);
- fixed a bunch of other warnings in release mode

[r25996]
12 files changed:
include/libfirm/irgraph.h
ir/ana/rta.c
ir/be/arm/arm_new_nodes.c
ir/be/bespillbelady3.c
ir/common/debug.h
ir/ir/irargs.c
ir/ir/irdump.c
ir/ir/irdump_grgen.c
ir/ir/irgwalk.c
ir/ir/irprog.c
ir/opt/combo.c
ir/stat/firmstat.c