diff lib/sys_time.in.h @ 10655:8668b19a7032

Avoid gcc warnings because of #pragma GCC system_header on older gcc.
author Bruno Haible <bruno@clisp.org>
date Sat, 18 Oct 2008 02:43:18 +0200
parents f96e845fc36d
children 4a02c5d90eaf
line wrap: on
line diff
--- a/lib/sys_time.in.h	Sat Oct 18 01:41:46 2008 +0200
+++ b/lib/sys_time.in.h	Sat Oct 18 02:43:18 2008 +0200
@@ -18,7 +18,9 @@
 
 /* Written by Paul Eggert.  */
 
+#if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
+#endif
 
 #if defined _GL_SYS_TIME_H