Browse Source
compiler warning: ../../src/systemcmds/tests/test_mixer.cpp: In member function ‘bool MixerTest::loadAllTest()’: ../../src/systemcmds/tests/test_mixer.cpp:202:18: error: ‘char* strncpy(char*, const char*, size_t)’ output truncated before terminating nul copying 1 byte from a string of the same length [-Werror=stringop-truncation] (void)strncpy(&buf[strlen(MIXER_ONBOARD_PATH)], "/", 1);sbg
Beat Küng
7 years ago
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue