You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building yaz 5.32.0 with recent clang compiler emits these warnings:
yaz-icu.c:569:16: warning: address of array 'config.conffile' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (config.conffile && strlen(config.conffile))
~~~~~~~^~~~~~~~ ~~
yaz-icu.c:572:16: warning: address of array 'config.print' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (config.print && strlen(config.print))
~~~~~~~^~~~~ ~~
2 warnings generated.
Although 5.32.0 is an older version I think the code has not yet been changed to fix this:
Building yaz 5.32.0 with recent clang compiler emits these warnings:
Although 5.32.0 is an older version I think the code has not yet been changed to fix this:
yaz/util/yaz-icu.c
Lines 567 to 571 in dc6defa
The text was updated successfully, but these errors were encountered: