Snippets for tin 2.6.6 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/tin/2.6.6/1.fc46/data/logs/i686/build.log.
-
./active.c:1247:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1247 | if ((ptr = strchr(info, ' ')) == NULL) | ^ -
./rfc2046.c:1604:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1604 | if ((p = strstr(src, LANG_CONT))) { | ^ -
./rfc2047.c:347:57: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 347 | strncpy(t, tmpbuf, (size_t) chars_to_copy); | ^ -
./save.c:1416:22: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1416 | if ((subtype = strchr(type, '/')) == NULL) | ^ -
./string.c:486:25: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 486 | if (!(m = strrchr(s, *p))) | ^