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