Skip to content

small fixes for Xcode 12

Matthew Waters requested to merge ystreet/cerbero:xcode-12 into master

clang in XCode 12 defaults to -Werror=implicit-function-declaration which breaks a couple of recipes (zlib and gperf). Fix those.

Merge request reports