On 11/11/21 11:03 AM, Philippe Mathieu-Daudé wrote:
Declare structures const when we don't need to modify them at runtime.Signed-off-by: Philippe Mathieu-Daudé<phi...@redhat.com> --- tests/unit/test-smp-parse.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~