Re-enable Werror for all the warnings that have been fixed.
Signed-off-by: Andrea Bastoni <[email protected]>
---
hypervisor/Makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/hypervisor/Makefile b/hypervisor/Makefile
index 54c16c0e..3807e608 100644
--- a/hypervisor/Makefile
+++ b/hypervisor/Makefile
@@ -27,14 +27,9 @@ LINUXINCLUDE := -I$(src)/arch/$(SRCARCH)/include \
-I$(src)/../include
KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
KBUILD_CFLAGS := -g -Os -Werror -Wall -Wextra -Wno-unused-parameter \
- -Wno-error=sign-compare \
- -Wno-error=old-style-declaration \
- -Wno-error=builtin-declaration-mismatch \
-Wstrict-prototypes -Wtype-limits \
-Wmissing-declarations -Wmissing-prototypes \
- -Wnested-externs -Wno-error=nested-externs \
- -Wshadow -Wno-error=shadow \
- -Wredundant-decls -Wno-error=redundant-decls \
+ -Wnested-externs -Wshadow -Wredundant-decls \
-Wundef -Wdeprecated \
-fno-strict-aliasing -fno-pic -fno-common \
-fno-stack-protector -fno-builtin-ffsl \
--
2.28.0
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/20201028210933.138379-23-andrea.bastoni%40tum.de.