Snippets for aribb24 1.0.3^20160216git5e9be27 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/aribb24/1.0.3^20160216git5e9be27/6.fc45/data/logs/x86_64/build.log.
-
src/drcs.c:214:9: warning: 'strncpy' output may be truncated copying 32 bytes from a string of length 255 [-Wstringop-truncation] 214 | strncpy( hash, buf, 32 ); | ^ -
src/decoder.c:1142:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1142 | if( i_mode == 1 && c >= 0x40 && c <= 0x7F ) | ^~