mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 04:02:28 +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... */
|
||||
|
||||
/***************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue