* src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
[fw/sdcc] / support / regression / tests / bug-478094.c
index c2de561818307058a6b3ae8c42203b52ec1bff5c..10158421f62d3a401763bf479b67166af0488b4b 100644 (file)
@@ -6,7 +6,10 @@
 
 int foo = 16; 
 
-extern void f( int x ); 
+void f( int x )
+{
+  UNUSED(x);
+}
 
 void g(int bar) 
 {