Fix compile time warnings building the binutils with a gcc6 compiler.
[deliverable/binutils-gdb.git] / include / opcode / metag.h
index 19259343a95485665dad22a226d662d7dbf8e6ce..5bce87e18d231d6084e5885fca2ead1bf7e1cdfc 100644 (file)
@@ -683,7 +683,7 @@ typedef struct
   enum scond_code code;
 } split_condition;
 
-static const split_condition metag_scondtab[] =
+static const split_condition metag_scondtab[] ATTRIBUTE_UNUSED =
   {
     { "LEQ",   SCOND_LEQ },
     { "LEZ",   SCOND_LEQ },
This page took 0.033729 seconds and 4 git commands to generate.