>>>>> On Thu, 24 Mar 2022 18:50:15 +0100, Eric Bollengier via Bacula-devel said:
>
> Hello,
>
> We are pleased to announce the first BETA release of the next major Bacula
> version 11.3.2 to both the Bacula website (www.bacula.org) and to SourceForge.
>
> https://www.bacula.org/downloads/Beta-Bacula-11.3.2
Compiling on FreeBSD 11.3 with CFLAGS="-g -Wall" and the system clang version
10.0.1 gives a few warnings. Three of them look like bugs in Bacula:
Compiling the file bacula-11.3.2/src/findlib/find_one.c:
find_one.c:275:1: warning: non-void function does not return a value in all
control paths [-Wreturn-type]
}
^
Compiling the file bacula-11.3.2/src/stored/cloud_dev.c:
cloud_dev.c:1810:17: warning: address of array 'tpkt->m_hash64' will always
evaluate to 'true'
[-Wpointer-bool-conversion]
if (tpkt->m_hash64) {
~~ ~~~~~~^~~~~~~~
Compiling the file bacula-11.3.2/src/stored/dircmd.c:
dircmd.c:852:20: warning: address of array 'p->hash64' will always evaluate to
'true'
[-Wpointer-bool-conversion]
if (p->hash64) {
~~ ~~~^~~~~~
__Martin
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel