Task #301 - added.err

back to task #301
download
Error: CPPCHECK_WARNING:
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares__close_sockets.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares__threads.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares_destroy.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares_event_configchg.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares_event_select.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares_event_thread.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: COMPILER_WARNING (CWE-252):
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares_event_wake_pipe.c: scope_hint: In function ‘ares_pipeevent_signal’
c-ares-1.31.0-build/c-ares-1.31.0/src/lib/ares_event_wake_pipe.c:120:9: warning[-Wunused-result]: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’
#  120 |   (void)write(p->filedes[1], "1", 1);
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  118|   
#  119|     p = e->data;
#  120|->   (void)write(p->filedes[1], "1", 1);
#  121|   }
#  122|