Task #103690 - added.err
back to task #103690download
Error: CLANG_WARNING:
avahi-0.9.rc3/avahi-daemon/ini-file-parser-test.c:206:13: warning[unix.Errno]: An undefined value may be read from 'errno'
# 204| snprintf(test_confd_temp_dir, sizeof(test_confd_temp_dir), "%s", test_confd_temp_dir_templ);
# 205| if (mkdtemp(test_confd_temp_dir) == NULL) {
# 206|-> if (errno == EEXIST)
# 207| fprintf(stderr, "error: dir '%s' already exists\n", test_confd_temp_dir);
# 208| else