Snippets for shairport-sync 4.3.7 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/shairport-sync/4.3.7/5.fc45/data/logs/i686/build.log.
-
mdns_avahi.c:107:22: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 107 | char *dacpid = strstr(name, "iTunes_Ctrl_"); | ^~~~~~ -
/usr/include/spa-0.2/spa/pod/body.h:114:34: warning: comparison is always false due to limited range of data type [-Wtype-limits] 114 | if (offset < 0 || offset > (int64_t)UINT32_MAX) | ^