Skip to content

Compile with -Weverything flag #68

@abbeycode

Description

@abbeycode

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 minizip into its own library, linked into UnzipKit
  • Specify -Weverything for UnrarKit
  • Fix all warnings produced

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions