* src/pic16/device.c (pic16_dump_usection): force udata sections
[fw/sdcc] / src / regression / empty.c
index 6052255934e0170922ecf303920c8d7a60a738c8..fb4fd262a481c916b7e2c82a1fa322288b5ca4dc 100644 (file)
@@ -6,6 +6,7 @@ void foo(void) {
 }
 
 void bar(int arg0) {
+    (void)arg0;
 }
 
 void