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.
release3.0
Marek Marczykowski-Górecki 9 years ago
parent b92b87388e
commit 14f7f284d4

@ -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

Loading…
Cancel
Save