mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Added pragma to avoid warnings on third party files.
This commit is contained in:
parent
d5c47ed657
commit
dd20816c4b
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue