From 0ebd94fdf784d4de6a3cb4316dda402e68fa3e8f Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 22 Apr 2014 20:07:56 +0000 Subject: [PATCH] Build with -Werror to catch things like subtraction from capabilities. --- ctsrd/libexec/readpng-cheri-helper/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ctsrd/libexec/readpng-cheri-helper/Makefile b/ctsrd/libexec/readpng-cheri-helper/Makefile index 3f95d7dd1704..c2bb8cc75a8d 100644 --- a/ctsrd/libexec/readpng-cheri-helper/Makefile +++ b/ctsrd/libexec/readpng-cheri-helper/Makefile @@ -24,11 +24,6 @@ NO_SHARED= yes WARNS=4 -# -# For libc files! -# -NO_WERROR= yes - FILESOWN= ${LIBOWN} FILESGRP= ${LIBGRP} FILESMODE= ${LIBMODE}