]> gcc.gnu.org Git - gcc.git/blobdiff - libf2c/libU77/date_.c
f2cext.c (alarm_): Mark parameter(s) with attribute `unused'.
[gcc.git] / libf2c / libU77 / date_.c
index fffbe20d496ad1ae5247a2eb1e637e9421b5dea5..306cc5f2da481381e8834a7fdd6b2348fcbd3970 100644 (file)
@@ -46,7 +46,8 @@ const char *G77_Non_Y2K_Compliance_Message =
   "Call to non Y2K compliant subroutine detected.";
 
 int
-G77_date_y2kbuggy_0 (char *buf, ftnlen buf_len)
+G77_date_y2kbuggy_0 (char *buf __attribute__ ((__unused__)),
+                    ftnlen buf_len __attribute__ ((__unused__)))
 {
   extern int G77_abort_0 ();
   fprintf (stderr, "%s\n", G77_Non_Y2K_Compliance_Message);
This page took 0.02853 seconds and 5 git commands to generate.