From 14f7f284d4172c63621bb0170e563856d5384696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 17 Feb 2015 14:21:39 +0100 Subject: [PATCH] Revert "Removed -Werror from qrexec Makefile to allow unpack to compile for both Fedora 20 and 21" This reverts commit 96a3d98f60408a33efbbd02cd2851015228fcb31. This problem is already fixed. --- qrexec-lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrexec-lib/Makefile b/qrexec-lib/Makefile index b18296f..1b34c48 100644 --- a/qrexec-lib/Makefile +++ b/qrexec-lib/Makefile @@ -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