From 6bf99988c68154f435c57309769f8fc1d7c5c449 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Mon, 1 Feb 2021 11:39:39 +0000 Subject: sim/rx: enable build with warnings The rx simulator now has no build warnings. Delete the call to SIM_AC_OPTION_WARNINGS in configure.ac, the default yes will be provided by SIM_AC_OUTPUT. sim/rx/ChangeLog: * configure: Regenerate. * configure.ac (SIM_AC_OPTION_WARNINGS): Delete call. --- sim/rx/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/rx/ChangeLog') diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index b3d76be..c92e41c 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,5 +1,10 @@ 2021-02-08 Andrew Burgess + * configure: Regenerate. + * configure.ac (SIM_AC_OPTION_WARNINGS): Delete call. + +2021-02-08 Andrew Burgess + * mem.c (mem_put_blk): Rename parameter, add cast from parameter type to local type. Remove cast later in the function. (mem_get_blk): Likewise. -- cgit v1.1