mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Added pragma to avoid warnings on third party files.
This commit is contained in:
parent
d5c47ed657
commit
dd20816c4b
@ -18,6 +18,10 @@
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/* Pragma added by libxlsxwriter to avoid warnings with -pedantic -ansi. */
|
||||
#pragma GCC system_header
|
||||
|
||||
#ifndef _ZLIBIOAPI64_H
|
||||
#define _ZLIBIOAPI64_H
|
||||
|
||||
|
2
include/xlsxwriter/third_party/minizip/zip.h
vendored
2
include/xlsxwriter/third_party/minizip/zip.h
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user