Skip to content

elements/desktop/cups.bst: update to 2.2.10

Ghost User requested to merge EmersonBernier/cups_2.2.10 into 18.08

The build for 32bit arches fails with:

hash.c: In function ‘cupsHashData’:
        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));
                    ~^~~~~~~~~~~~~~~~~~~~~~~~~

EDIT: Above failure is now fixed.

Edited by Emerson Bernier

Merge request reports