* gas/i386/float.s, gas/i386/float.l: Modify to work correctly
[deliverable/binutils-gdb.git] / gas / cond.c
index 434fc66d724ad5d03fcee61c31fa8d296f5e0005..943c9f6bf8295b30a61465edcd6a1d91a8717518 100644 (file)
@@ -248,7 +248,7 @@ s_ifc (arg)
 
 void 
 s_endif (arg)
-     int arg;
+     int arg ATTRIBUTE_UNUSED;
 {
   struct conditional_frame *hold;
 
@@ -280,7 +280,7 @@ s_endif (arg)
 
 void 
 s_else (arg)
-     int arg;
+     int arg ATTRIBUTE_UNUSED;
 {
   if (current_cframe == NULL)
     {
This page took 0.027402 seconds and 4 git commands to generate.