Fix compilation breaking warnings
commit7add40facbbba5580745bdb2337c56ee56514eea
authorAlexander Graf <agraf@suse.de>
Sun, 29 Dec 2013 16:27:59 +0000 (29 17:27 +0100)
committerAndreas Färber <andreas.faerber@web.de>
Sun, 2 Mar 2014 17:03:06 +0000 (2 18:03 +0100)
tree73a50b4debd81e5c5b38c52f18a3e7d1a538554e
parenta4f796120780245705086b9c73daab0527d1c5b6
Fix compilation breaking warnings

We compile using -Werror, so warnings cause compile breakage. Unfortunately
there are a number of places in the code that trigger warnings.

This patch fixes a few simple ones and disables two categories of warnings
that would require massive code changes to fix.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Makefile
src/libexec/macho.c
src/main.c