]> gcc.gnu.org Git - gcc.git/commitdiff
io.c (format_asterisk): Silence compiler warnings by correcting the number of element...
authorRoger Sayle <roger@eyesopen.com>
Wed, 26 May 2004 23:49:00 +0000 (23:49 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 26 May 2004 23:49:00 +0000 (23:49 +0000)
* io.c (format_asterisk): Silence compiler warnings by correcting
the number of elements of a "locus" initializer.

From-SVN: r82301

gcc/fortran/ChangeLog
gcc/fortran/io.c

index 74228782f576b1d4eb96885dc7ad9cceffafbe55..c98b1d52bbabed0d040a0fa8fe0284341a7fccd4 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-26  Roger Sayle  <roger@eyesopen.com>
+
+       * io.c (format_asterisk): Silence compiler warnings by correcting
+       the number of elements of a "locus" initializer.
+
 2004-05-25  Roger Sayle  <roger@eyesopen.com>
 
        PR fortran/13912
index 120b44003c413a1aaa28c91c8d18fc9f520fbdfb..9e860d84e490a903dcc34a45693780ed98d825c7 100644 (file)
@@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 gfc_st_label format_asterisk =
   { -1, ST_LABEL_FORMAT, ST_LABEL_FORMAT, NULL, 0,
-    {NULL, 0, NULL, NULL}, NULL, NULL};
+    {NULL, NULL}, NULL, NULL};
 
 typedef struct
 {
This page took 0.067208 seconds and 5 git commands to generate.