On 11/11/21 11:03 AM, Philippe Mathieu-Daudé wrote:
We can simply use a local variable (and pass its pointer) instead of a pointer to a compound literal.Signed-off-by: Philippe Mathieu-Daudé<phi...@redhat.com> --- tests/unit/test-smp-parse.c | 64 ++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 32 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~