Snippets for alsa-lib 1.2.16.1 from Alpine ppc64le
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/main/alsa-lib/alsa-lib-1.2.16.1-r0.log.
-
seqmid.c:678:57: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 45 and 55 [-Wformat-truncation=] 678 | snprintf(name, sizeof(name), "Group %d (%s)", i + 1, blknames); | ^~ ~~~~~~~~ -
seq-sender.c:150:62: warning: variable 'pcm_flag' set but not used [-Wunused-but-set-variable] 150 | int client, port, queue, max, err, v1, v2, time = 0, pcm_flag = 0; | ^~~~~~~~ -
user-ctl-element-set.c:523:22: warning: unused variable 'j' [-Wunused-variable] 523 | unsigned int j; | ^