Mercurial > hg > octave-kai > gnulib-hg
diff lib/stdio.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 (2008-10-18) |
parents | ac6f431cc95d |
children | 049c445485ee |
line wrap: on
line diff
--- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -16,7 +16,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ +#endif #if defined __need_FILE || defined __need___FILE /* Special invocation convention inside glibc header files. */