* app.c: Add ATTRIBUTE_UNUSED as needed.
[deliverable/binutils-gdb.git] / gas / app.c
index b7916054f816066eaaa1f6c408d3303e67539090..2613e7440b36f3f268b0aaf6a8c07f65d6f36918 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -92,7 +92,7 @@ static int process_escape PARAMS ((int));
 
 void 
 do_scrub_begin (m68k_mri)
-     int m68k_mri;
+     int m68k_mri ATTRIBUTE_UNUSED;
 {
   const char *p;
   int c;
This page took 0.024176 seconds and 4 git commands to generate.