Added pragma to avoid warnings on third party files.

This commit is contained in:
John McNamara 2015-03-04 20:16:52 +00:00
parent d5c47ed657
commit dd20816c4b
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,10 @@
*/ */
/* Pragma added by libxlsxwriter to avoid warnings with -pedantic -ansi. */
#pragma GCC system_header
#ifndef _ZLIBIOAPI64_H #ifndef _ZLIBIOAPI64_H
#define _ZLIBIOAPI64_H #define _ZLIBIOAPI64_H

View File

@ -37,7 +37,7 @@
*/ */
/* Pragma added by libxlsxwriter project to avoid warnings with -pedantic -ansi. */ /* Pragma added by libxlsxwriter to avoid warnings with -pedantic -ansi. */
#pragma GCC system_header #pragma GCC system_header
#ifndef _zip12_H #ifndef _zip12_H