Re: [PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic

2022-11-02 Thread Laurent Vivier
Le 22/04/2022 à 09:01, Stefan Weil a écrit : Signed-off-by: Stefan Weil --- It would be good to add format attributes to local functions, too (like it is done here) to avoid future format bugs. The changes here could be simplified by including a glib header, but from the comments I assumed tha

Re: [PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic

2022-04-22 Thread Marc-André Lureau
Hi On Fri, Apr 22, 2022 at 11:08 AM Stefan Weil wrote: > Signed-off-by: Stefan Weil > Reviewed-by: Marc-André Lureau > --- > > It would be good to add format attributes to local functions, too (like > it is done here) to avoid future format bugs. > > The changes here could be simplified by

[PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic

2022-04-22 Thread Stefan Weil
Signed-off-by: Stefan Weil --- It would be good to add format attributes to local functions, too (like it is done here) to avoid future format bugs. The changes here could be simplified by including a glib header, but from the comments I assumed that is unwanted here? subprojects/libvhost-user