mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 11:30:29 +00:00
parent
446a1f7c5a
commit
06f9a5b627
34 changed files with 115 additions and 51 deletions
4
third_party/unzip/unzip.c
vendored
4
third_party/unzip/unzip.c
vendored
|
@ -75,6 +75,10 @@
|
|||
#include "third_party/unzip/unzvers.h"
|
||||
#include "third_party/unzip/globals.h"
|
||||
|
||||
#if __GNUC__ >= 11 /* [jart] worth looking into */
|
||||
#pragma GCC diagnostic ignored "-Wrestrict"
|
||||
#endif
|
||||
|
||||
#ifndef WINDLL /* The WINDLL port uses windll/windll.c instead... */
|
||||
|
||||
/***************************/
|
||||
|
|
4
third_party/unzip/unzip.mk
vendored
4
third_party/unzip/unzip.mk
vendored
|
@ -59,6 +59,10 @@ $(THIRD_PARTY_UNZIP_A_OBJS): private \
|
|||
-DHAVE_TERMIOS_H \
|
||||
-DNO_LCHMOD
|
||||
|
||||
$(THIRD_PARTY_UNZIP_A_OBJS): private \
|
||||
OVERRIDE_CFLAGS += \
|
||||
$(OLD_CODE)
|
||||
|
||||
THIRD_PARTY_UNZIP_COMS = o/$(MODE)/third_party/unzip/unzip.com
|
||||
THIRD_PARTY_UNZIP_BINS = $(THIRD_PARTY_UNZIP_COMS) $(THIRD_PARTY_UNZIP_COMS:%=%.dbg)
|
||||
THIRD_PARTY_UNZIP_LIBS = $(foreach x,$(THIRD_PARTY_UNZIP_ARTIFACTS),$($(x)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue