aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/rs6000/xcoff.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h
index 0f40b45..fe6221a 100644
--- a/gcc/config/rs6000/xcoff.h
+++ b/gcc/config/rs6000/xcoff.h
@@ -273,7 +273,9 @@
We still need to define this macro to let middle-end know that aliases are
supported.
*/
-#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) do { } while (0)
+#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) do { (void) (FILE); \
+ (void) (LABEL1); \
+ (void) (LABEL2); } while (0)
/* Used by rs6000_assemble_integer, among others. */