From b27d2bd5fe27c1ef2f8f696b95a7dbed0fdffc60 Mon Sep 17 00:00:00 2001 From: Mumit Khan Date: Thu, 11 Mar 1999 00:58:01 +0000 Subject: cppfiles.c (INO_T_EQ): Handle UWIN. * cppfiles.c (INO_T_EQ): Handle UWIN. * c-common.c (decl_attributes): Flag unrecognized attribute functions as warnings instead of as errors. Support for i386-pc-uwin. * i386/uwin.h: New file. * i386/xm-uwin.h: New file. * i386/t-uwin: New file. * i386/uwin.asm: New file. * configure.in (i[3456]86-*-uwin*): Define. Add Workaround for vfork bug when hosted on uwin. * configure: Regenerate. * cccp.c (INO_T_EQ): Undefine. UWIN has inodes. (absolute_filename): UWIN uses POSIX pathnames only. * libgcc2.c (getpagesize): Do not define for UWIN. (mprotect): Likewise. * protoize.c (dirent.h): Conditionally include. (fputc): Prototype only if it's not a macro. From-SVN: r25696 --- gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-common.c') diff --git a/gcc/c-common.c b/gcc/c-common.c index 5def64214ec..8ea14899a25 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -730,7 +730,7 @@ decl_attributes (node, attributes, prefix_attributes) format_type = strftime_format_type; else { - error ("`%s' is an unrecognized format function type", p); + warning ("`%s' is an unrecognized format function type", p); continue; } } -- cgit v1.2.1