0003-kvmtool-Werror-disabled.patch 587 B

1234567891011121314151617181920212223
  1. From 459ebaebf368869ae26eb8031ff44a789e238988 Mon Sep 17 00:00:00 2001
  2. From: Cevat Bostancioglu <bostancioglucevat@gmail.com>
  3. Date: Wed, 19 Jun 2019 20:36:56 +0300
  4. Subject: [PATCH] WERROR override disabled.
  5. WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors.
  6. ---
  7. Makefile | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/Makefile b/Makefile
  10. index 2ce753f..fe2e3cb 100644
  11. --- a/Makefile
  12. +++ b/Makefile
  13. @@ -4,6 +4,7 @@
  14. CFLAGS += $(EXTRA_CFLAGS)
  15. +WERROR = 0
  16. ifeq ($(strip $(V)),)
  17. ifeq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),)
  18. E = @echo