search for: merge_stream

Displaying 1 result from an estimated 1 matches for "merge_stream".

2020 Feb 18
1
install_prereq install-unpackaged fails on Debian Buster
...~ nbsd.c:454:5: error: ‘strncpy’ output may be truncated copying 15 bytes from a string of length 15 [-Werror=stringop-truncation] strncpy(ns->app, si->appname, sizeof(ns->app) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘audio_acquire’, inlined from ‘merge_stream’ at nbsd.c:276:9, inlined from ‘timing_ready’ at nbsd.c:566:10: nbsd.c:221:4: error: ‘strncpy’ output may be truncated copying 79 bytes from a string of length 79 [-Werror=stringop-truncation] strncpy(ih.i.streamname, ns->name, sizeof(ih.i.streamname) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~...