Ignore strict warnings in included system minizip files.

This commit is contained in:
John McNamara 2022-02-20 13:29:13 +00:00
parent ee1093fe90
commit 71bf524060

View File

@ -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"