Debian Patches

Status for mimetic/0.9.8-10

Patch Description Author Forwarded Bugs Origin Last update
signed-char.patch fix FTBFS on architectures where char is unsigned Fix error
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
by making Base64::sDecTable a signed char.
gregor herrmann <gregoa@debian.org> invalid debian 2021-04-13
g++-11.patch Fix build failure with GCC-11 The failure:
.
mmfile.cxx: In member function ‘bool mimetic::MMFile::map()’:
mmfile.cxx:60:14: error: ordered comparison of pointer with integer zero (‘char*’ and ‘int’)
60 | if(m_beg > 0)
| ~~~~~~^~~
.
https://gcc.gnu.org/gcc-11/porting_to.html says:
.
GCC 11 now issues a diagnostic for ordered comparisons of pointers against
constant integers. Commonly this is an ordered comparison against NULL or
0. These should be equality comparisons, not ordered comparisons.
no debian upstream 2021-04-13

All known versions for source package 'mimetic'

Links