Task #917 - added.err

back to task #917
download
Error: CLANG_WARNING:
msgraph-0.2.3-build/msgraph-0.2.3/src/drive/msg-drive-service.c:749:3: warning[deadcode.DeadStores]: Value stored to 'response' is never read
#  747|     soup_message_set_request_body_from_bytes (message, "application/json", body);
#  748|   
#  749|->   response = msg_service_send_and_read (MSG_SERVICE (self), message, cancellable, &local_error);
#  750|     if (local_error) {
#  751|       g_propagate_error (error, g_steal_pointer (&local_error));

Error: CPPCHECK_WARNING:
msgraph-0.2.3-build/msgraph-0.2.3/tests/drive.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: COMPILER_WARNING (CWE-1164):
msgraph-0.2.3-build/msgraph-0.2.3/tests/drive.c:216:1: warning[-Wunused-function]: ‘test_item_file_move’ defined but not used
#  216 | test_item_file_move (TempItemData                        *data,
#      | ^~~~~~~~~~~~~~~~~~~
#  214|   
#  215|   static void
#  216|-> test_item_file_move (TempItemData                        *data,
#  217|                        __attribute__ ((unused)) const void *user_data)
#  218|   {

Error: CPPCHECK_WARNING:
msgraph-0.2.3-build/msgraph-0.2.3/tests/service.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.