[CRIU] [PATCH 13/20] test/zdtm/live/static/Makefile: removed the -Werror flag to prevent x86-specific test compilation errors on ARM caused by unused variables.

Andrew Vagin avagin at parallels.com
Thu Dec 13 14:28:37 EST 2012


Nack. Pls fix all this places.

On Wed, Dec 12, 2012 at 05:34:23PM +0400, alekskartashov at parallels.com wrote:
> From: Alexander Kartashov <alekskartashov at parallels.com>
> 
> Signed-off-by: Alexander Kartashov <alekskartashov at parallels.com>
> ---
>  test/zdtm/live/static/Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile
> index 551102d..b4434a9 100644
> --- a/test/zdtm/live/static/Makefile
> +++ b/test/zdtm/live/static/Makefile
> @@ -1,7 +1,7 @@
>  LIBDIR	= ../../lib
>  LIB	= $(LIBDIR)/libzdtmtst.a
>  override CPPFLAGS += -I$(LIBDIR)
> -CFLAGS	= -g -O2 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
> +CFLAGS	= -g -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
>  
>  TST_NOFILE	=				\
>  		busyloop00			\
> -- 
> 1.7.9.5
> 
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> http://lists.openvz.org/mailman/listinfo/criu


More information about the CRIU mailing list