mokutil icon indicating copy to clipboard operation
mokutil copied to clipboard

mokutil: remove unused int_to_b64()

Open nfrayer opened this issue 1 year ago • 1 comments

static const char b64t[64] triggers compiler warning which in turn makes the build fail with -Werror=unterminated-string-initialization, so removing this string with the the unused int_to_b64() function which is the only function using this array.

nfrayer avatar Jan 29 '25 16:01 nfrayer

@nfrayer ack, this would fix F42FTBFS.

yselkowitz avatar Feb 28 '25 19:02 yselkowitz

Hi @lcp , please review and merge at your earliest convenience, thanks.

nfrayer avatar Apr 28 '25 09:04 nfrayer

Thanks for the patch!

lcp avatar Apr 29 '25 02:04 lcp