Signed-off-by: Andrea Bastoni <[email protected]>
---
hypervisor/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/hypervisor/Makefile b/hypervisor/Makefile
index ba66fdf4..47377ccf 100644
--- a/hypervisor/Makefile
+++ b/hypervisor/Makefile
@@ -29,6 +29,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
KBUILD_CFLAGS := -g -Os -Werror -Wall -Wstrict-prototypes -Wtype-limits \
-Wmissing-declarations -Wmissing-prototypes \
-Wnested-externs -Wno-error=nested-externs \
+ -Wshadow -Wno-error=shadow \
-fno-strict-aliasing -fno-pic -fno-common \
-fno-stack-protector -fno-builtin-ffsl \
-D__LINUX_COMPILER_TYPES_H
--
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/20201022175826.199614-4-andrea.bastoni%40tum.de.