OSDN Git Service

* include/math.h: Add pragma GCC system_header.
authordannysmith <dannysmith>
Thu, 15 Jul 2004 11:39:14 +0000 (11:39 +0000)
committerdannysmith <dannysmith>
Thu, 15 Jul 2004 11:39:14 +0000 (11:39 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/math.h

index 1276893..4936b38 100644 (file)
@@ -1,5 +1,9 @@
 2004-07-15  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * include/math.h: Add pragma GCC system_header.
+
+2004-07-15  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * mingwex/complex/cargs.c: New file.
        * mingwex/Makefile.in: Really add carg.o to libmingwex.a.
 
index 68ba5c7..abcd6a4 100644 (file)
@@ -8,9 +8,14 @@
  *
  */
 
+
 #ifndef _MATH_H_
 #define _MATH_H_
 
+#if __GNUC__ >= 3
+#pragma GCC system_header
+#endif
+
 /* All the headers include this file. */
 #include <_mingw.h>