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