On 22.10.20 19:58, Andrea Bastoni wrote: > Currently, no warnings triggered by these two flags. > > Signed-off-by: Andrea Bastoni <[email protected]> > --- > hypervisor/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hypervisor/Makefile b/hypervisor/Makefile > index 27dd5dee..eeeca2eb 100644 > --- a/hypervisor/Makefile > +++ b/hypervisor/Makefile > @@ -31,6 +31,7 @@ KBUILD_CFLAGS := -g -Os -Werror -Wall -Wstrict-prototypes > -Wtype-limits \ > -Wnested-externs -Wno-error=nested-externs \ > -Wshadow -Wno-error=shadow \ > -Wredundant-decls -Wno-error=redundant-decls \ > + -Wundef -Wdeprecated \ > -fno-strict-aliasing -fno-pic -fno-common \ > -fno-stack-protector -fno-builtin-ffsl \ > -D__LINUX_COMPILER_TYPES_H >
Thanks, applied up to here to next, with minor massaging and that new version of patch 5. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- 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/1441e472-9291-dcb7-c155-ab4658ba874a%40siemens.com.
