On Thu, Jul 09, 2020 at 05:25:03PM +0200, Ján Tomko wrote:
On a Thursday in 2020, Pavel Hrdina wrote:
> ../tools/virsh-secret.c: In function ‘cmdSecretSetValue’:
> ../tools/virsh-secret.c:262:15: error: pointer targets in assignment from ‘char *’
to ‘unsigned char *’ differ in signedness [-Werror=pointer-sign]
> 262 | value = g_steal_pointer(&file_buf);
> | ^
> cc1: all warnings being treated as errors
>
Where do you get this error?
I was not able to hit this error again after dropping this patch so
probably there was something missing in meson, I'll drop this patch.
Pavel