Revert "Removed -Werror from qrexec Makefile to allow unpack to compile for both Fedora 20 and 21"

This reverts commit 96a3d98f60.
This problem is already fixed.
This commit is contained in:
Marek Marczykowski-Górecki 2015-02-17 14:21:39 +01:00
parent b92b87388e
commit 14f7f284d4

View File

@ -1,5 +1,5 @@
CC=gcc
CFLAGS+=-I. -g -Wall -Wextra -pie -fPIC `pkg-config --cflags vchan-$(BACKEND_VMM)`
CFLAGS+=-I. -g -Wall -Wextra -Werror -pie -fPIC `pkg-config --cflags vchan-$(BACKEND_VMM)`
COMMONIOALL=ioall.o
SO_VER=1
LDFLAGS=-shared