- corrected test for __GNUC__
[fw/sdcc] / support / regression / tests / bug-453196.c
index 47a8490282834fd3d6470fd636b3986c269ac15f..3b246995c30794c95757cfbefeca3802a7ffba30 100644 (file)
@@ -69,4 +69,6 @@ Enumeration Func_1 (Capital_Letter Ch_1_Par_Val, Capital_Letter Ch_2_Par_Val)
 {
     UNUSED(Ch_1_Par_Val);
     UNUSED(Ch_2_Par_Val);
+
+    return 0;
 }