aboutsummaryrefslogtreecommitdiff
path: root/gas/cond.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/cond.c')
-rw-r--r--gas/cond.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/cond.c b/gas/cond.c
index 434fc66..943c9f6 100644
--- a/gas/cond.c
+++ b/gas/cond.c
@@ -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)
{