From dd20816c4b5f4d67d756fb31d34b12c135fb8d3a Mon Sep 17 00:00:00 2001 From: John McNamara Date: Wed, 4 Mar 2015 20:16:52 +0000 Subject: [PATCH] Added pragma to avoid warnings on third party files. --- include/xlsxwriter/third_party/minizip/ioapi.h | 4 ++++ include/xlsxwriter/third_party/minizip/zip.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/xlsxwriter/third_party/minizip/ioapi.h b/include/xlsxwriter/third_party/minizip/ioapi.h index 4a4897f3..2f071d6a 100644 --- a/include/xlsxwriter/third_party/minizip/ioapi.h +++ b/include/xlsxwriter/third_party/minizip/ioapi.h @@ -18,6 +18,10 @@ */ + +/* Pragma added by libxlsxwriter to avoid warnings with -pedantic -ansi. */ +#pragma GCC system_header + #ifndef _ZLIBIOAPI64_H #define _ZLIBIOAPI64_H diff --git a/include/xlsxwriter/third_party/minizip/zip.h b/include/xlsxwriter/third_party/minizip/zip.h index 90722f49..f6b225ea 100644 --- a/include/xlsxwriter/third_party/minizip/zip.h +++ b/include/xlsxwriter/third_party/minizip/zip.h @@ -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 #ifndef _zip12_H