aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2008-11-23 07:02:22 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2008-11-23 07:02:22 +0000
commit6a21bcbe16427b9f1ea71e8371ef9c7478df3e7c (patch)
treed78cb01e9fa5e926f8e728c53d1b7129b7a76167 /libgfortran/libgfortran.h
parent09b96fb8c890e13781eda64fca6c4983cb91e9bc (diff)
downloadgcc-6a21bcbe16427b9f1ea71e8371ef9c7478df3e7c.zip
gcc-6a21bcbe16427b9f1ea71e8371ef9c7478df3e7c.tar.gz
gcc-6a21bcbe16427b9f1ea71e8371ef9c7478df3e7c.tar.bz2
nessage.txt
From-SVN: r142131
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r--libgfortran/libgfortran.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h
index d1a7df9..aaa46671 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -113,7 +113,7 @@ typedef off_t gfc_offset;
__mingw_snprintf(), because the mingw headers currently don't have one. */
#if HAVE_MINGW_SNPRINTF
extern int __mingw_snprintf (char *, size_t, const char *, ...)
- __attribute__ ((format (printf, 3, 4)));
+ __attribute__ ((format (gnu_printf, 3, 4)));
#undef snprintf
#define snprintf __mingw_snprintf
#endif