io.c (format_asterisk): Silence compiler warnings by correcting the number of elements of a "locus"...
* io.c (format_asterisk): Silence compiler warnings by correcting the number of elements of a "locus" initializer. From-SVN: r82301
This commit is contained in:
parent
cdc9d80325
commit
4eeaf81e5b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue