Task #439 - added.err

back to task #439
download
Error: CPPCHECK_WARNING:
gcr-4.3.0-build/gcr-4.3.0/egg/egg-dh-gnutls.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
gcr-4.3.0-build/gcr-4.3.0/egg/egg-hkdf-gnutls.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
gcr-4.3.0-build/gcr-4.3.0/gcr/gcr-parser-gnutls.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
gcr-4.3.0-build/gcr-4.3.0/gcr/gcr-parser-gnutls.c:593:2: warning[deadcode.DeadStores]: Value stored to 'ret' is never read
#  591|   	gint ret;
#  592|   
#  593|-> 	ret = GCR_ERROR_FAILURE;
#  594|   
#  595|   	/* Loop to try different passwords */

Error: CLANG_WARNING:
gcr-4.3.0-build/gcr-4.3.0/gcr/gcr-secret-exchange.c:607:4: warning[unix.Malloc]: Potential leak of memory pointed to by 'data'
#  605|   		data->params = egg_dh_default_params (EXCHANGE_1_IKE_NAME);
#  606|   		if (!data->params)
#  607|-> 			g_return_val_if_reached (FALSE);
#  608|   
#  609|   		exchange->pv->default_exchange = data;