* src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
[fw/sdcc] / support / regression / ports / hc08 / support.c
index 3a847d4356d52d9a186610560265658bf3e4ccab..efb77ca640a3a697958178d02229d3673e7ecfab 100644 (file)
@@ -2,6 +2,7 @@
 void
 _putchar(unsigned char c)
 {
+  c;
   _asm
     .db 0x9e, 0xed
   _endasm;