]> git.ipfire.org Git - thirdparty/bacula.git/commit
tweak fix warning
authorAlain Spineux <alain@baculasystems.com>
Tue, 6 Jun 2023 12:58:52 +0000 (14:58 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:01 +0000 (13:57 +0200)
commit6d1a588a968d4f70d0233e7ef2a07144be0fe3b3
tree04db674d052b6959d478885270b40904ac5989c6
parent616f1b1924e2ee70f2cc04089e894e2361e6238c
tweak fix warning

../plugins/fd/fd_common.h:528:32: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
  528 |       l = fprintf(fp, "time=%lld level=%c key=%s name=%s vollen=%d vol=%s\n",

../plugins/fd/fd_common.h:528:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
  528 |       l = fprintf(fp, "time=%lld level=%c key=%s name=%s vollen=%d vol=%s\n",
bacula/src/plugins/fd/fd_common.h