diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-17 21:24:48 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-17 21:24:48 +0100 |
| commit | 6fc6478ac4af06a080731b92231303b2a81921b6 (patch) | |
| tree | 711b483dcc48cd61c525e647c374b1127f7d77ad /zip/Makefile | |
| parent | 02d6107c97b48888362e7c6a70dcac323c89d741 (diff) | |
| download | tuxcmd-modules-6fc6478ac4af06a080731b92231303b2a81921b6.tar.xz | |
zip: Align with the ZipArchive-4.6.9 rebase
Diffstat (limited to 'zip/Makefile')
| -rw-r--r-- | zip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zip/Makefile b/zip/Makefile index aeef6f5..e4a8b71 100644 --- a/zip/Makefile +++ b/zip/Makefile @@ -8,7 +8,7 @@ DIR_ZIPARCHIVE = ./ZipArchive/ CC = gcc CPP = g++ CFLAGS = -I. -I$(DIR_ZIPARCHIVE) -I/usr/include \ - -Wall -Wtype-limits -fPIC -O2 -g -ggdb \ + -Wall -Wtype-limits -Wno-unknown-pragmas -fPIC -O2 -g -ggdb \ -DG_DISABLE_DEPRECATED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE \ -D__VERBOSE_DEBUGx |
