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
W noticed that cups 2.2.10 fails to build on arm and i686 arches (x86-64 and aarch64 work good) in linux with the following error:
hash.c:238:13: error: conversion to ‘ssize_t’ {aka ‘int’} from ‘unsigned int’ may change the sign of the result [-Werror=sign-conversion]
return (gnutls_hash_get_len(alg));
~^~~~~~~~~~~~~~~~~~~~~~~~~
Hello again,
W noticed that cups 2.2.10 fails to build on arm and i686 arches (x86-64 and aarch64 work good) in linux with the following error:
Build config:
Full build log from arm
In debian build and fedora build there seem to be the same warning but the build continues. Do you have any ideas?