+2007-02-19 Bruno Haible <bruno@clisp.org>
+
+ * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
+ warnings.
+ Reported by Ben Pfaff <blp@cs.stanford.edu>.
+
2007-02-19 Bruno Haible <bruno@clisp.org>
* m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
#ifndef _GL_STRING_H
#define _GL_STRING_H
+/* This #pragma avoids a warning with "gcc -Wmissing-prototypes" on some
+ mingw systems. */
+#ifdef __GNUC__
+# pragma GCC system_header
+#endif
+
#include @ABSOLUTE_STRING_H@