Le 18/08/2018 à 21:01, Richard Henderson a écrit : > For the linux-user syscall split, we have static const structs > that must be matched up with a switch statement that uses them. > By default, gcc will not warn for such a variable, but silently > remove them. > > For C++, such objects are sometimes declared for their constructor > side effects. Do not propagate this flag into QEM_CXXFLAGS. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > configure | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Laurent Vivier <laur...@vivier.eu>