mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Ignore strict warnings in included system minizip files.
This commit is contained in:
parent
ee1093fe90
commit
71bf524060
@ -12,11 +12,13 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef USE_SYSTEM_MINIZIP
|
||||
#pragma GCC system_header
|
||||
#include "minizip/zip.h"
|
||||
#else
|
||||
#include "third_party/zip.h"
|
||||
#endif
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "workbook.h"
|
||||
#include "worksheet.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user