Re: [PATCH] libs/light: fix tv_sec fprintf format

2021-08-30 Thread Fabrice Fontaine
Le lun. 30 août 2021 à 10:31, Juergen Gross a écrit : > > On 28.08.21 11:07, Fabrice Fontaine wrote: > > Don't assume tv_sec is a unsigned long, it is 64 bits on NetBSD 32 bits. > > Use %jd and cast to (intmax_t) instead > > > > Signed-off-by: Fabrice Fonta

[PATCH] libs/light: fix tv_sec fprintf format

2021-08-28 Thread Fabrice Fontaine
Don't assume tv_sec is a unsigned long, it is 64 bits on NetBSD 32 bits. Use %jd and cast to (intmax_t) instead Signed-off-by: Fabrice Fontaine --- tools/libs/light/libxl_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/light/libxl_domain.c b/tools

Re: [PATCH] xen/Makefile: drop -Werror

2021-07-05 Thread Fabrice Fontaine
Dear all, Le lun. 5 juil. 2021 à 10:16, Jan Beulich a écrit : > > On 02.07.2021 19:51, Fabrice Fontaine wrote: > > Le ven. 2 juil. 2021 à 19:34, Andrew Cooper > > a écrit : > >> > >> On 02/07/2021 18:06, Fabrice Fontaine wrote: > >>> Drop -

Re: [PATCH] xen/Makefile: drop -Werror

2021-07-02 Thread Fabrice Fontaine
Le ven. 2 juil. 2021 à 19:34, Andrew Cooper a écrit : > > On 02/07/2021 18:06, Fabrice Fontaine wrote: > > Drop -Werror to avoid the following build failure with -DNDEBUG: > > > > In file included from :0:0: > > /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0

[PATCH] xen/Makefile: drop -Werror

2021-07-02 Thread Fabrice Fontaine
ion of the previous definition Fixes: - http://autobuild.buildroot.org/results/66573ad0abc4244c0dfeac8b684a7bfcc31c0d4d Signed-off-by: Fabrice Fontaine --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index 89879fad4c..cf9f83b