Re: [PATCH v3 07/13] compiler.h: explicit case for Clang printf attribute

2020-12-10 Thread Michael Tokarev
10.12.2020 16:47, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Since clang doesn't support gnu_printf, make that case explicitely and drop GCC version check. Not a technical comment, - spelling "explicitely", extra "e". /mjt

[PATCH v3 07/13] compiler.h: explicit case for Clang printf attribute

2020-12-10 Thread marcandre . lureau
From: Marc-André Lureau Since commit efc6c07 ("configure: Add a test for the minimum compiler version"), QEMU explicitely depends on GCC >= 4.8, we could thus drop earlier version checks. Except clang advertizes itself as GCC 4.2.1. Since clang doesn't support gnu_printf, make that case explicit