-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
This produces a ton of warnings, but the problem is I don't want any warnings reported for the minizip library. I can solve this by moving the minizip library into its own static library that'll get compiled in. Then I'll specify -Weverything for UnzipKit, and -Wnone for minizip. This was implemented in abbeycode/UnrarKit#56
- Split
minizipinto its own library, linked intoUnzipKit - Specify
-WeverythingforUnrarKit - Fix all warnings produced