aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/nvptx/nvptx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/nvptx/nvptx.h b/gcc/config/nvptx/nvptx.h
index ed72c25..7129744 100644
--- a/gcc/config/nvptx/nvptx.h
+++ b/gcc/config/nvptx/nvptx.h
@@ -321,6 +321,9 @@ struct GTY(()) machine_function
#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \
do \
{ \
+ (void) (FILE); \
+ (void) (LABEL1); \
+ (void) (LABEL2); \
gcc_unreachable (); \
} \
while (0)