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:
parent
b92b87388e
commit
14f7f284d4
@ -1,5 +1,5 @@
|
|||||||
CC=gcc
|
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
|
COMMONIOALL=ioall.o
|
||||||
SO_VER=1
|
SO_VER=1
|
||||||
LDFLAGS=-shared
|
LDFLAGS=-shared
|
||||||
|
Loading…
Reference in New Issue
Block a user