From 5c1008a41f1b97e8c7abb21eb2de0205e9a30521 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jan 2021 14:16:10 -0500 Subject: sim: call SIM_AC_OPTION_WARNINGS(no) in remaining ports We want all ports to opt into extra warnings as the default compiler settings lets a lot slide. Opt all the ports that haven't already in to the warning system. None of them build with -Werror, so disable that by default. Hopefully someone finds these important enough to start fixing at some point. --- sim/h8300/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/h8300/ChangeLog') diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index f6dd484..1f9281f 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,5 +1,10 @@ 2021-01-11 Mike Frysinger + * configure.ac: Call SIM_AC_OPTION_WARNINGS. + * configure: Regenerate. + +2021-01-11 Mike Frysinger + * config.in, configure: Regenerate. * compile.c: Delete HAVE_TIME_H & HAVE_STDLIB_H. -- cgit v1.1