Snippets for cunit-original 2.1.3 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/main/cunit/cunit-2.1.3-r7.log.
-
TestRun.c:1405:13: warning: variable 'pTest4' set but not used [-Wunused-but-set-variable] 1405 | CU_pTest pTest4 = NULL; | ^~~~~~ -
TestDB.c:1417:12: warning: variable 'pTest10' set but not used [-Wunused-but-set-variable] 1417 | CU_pTest pTest10 = NULL; | ^~~~~~~ -
TestDB.c:1416:12: warning: variable 'pTest9' set but not used [-Wunused-but-set-variable] 1416 | CU_pTest pTest9 = NULL; | ^~~~~~ -
TestDB.c:1415:12: warning: variable 'pTest8' set but not used [-Wunused-but-set-variable] 1415 | CU_pTest pTest8 = NULL; | ^~~~~~ -
TestDB.c:1414:12: warning: variable 'pTest7' set but not used [-Wunused-but-set-variable] 1414 | CU_pTest pTest7 = NULL; | ^~~~~~ -
TestDB.c:1413:12: warning: variable 'pTest6' set but not used [-Wunused-but-set-variable] 1413 | CU_pTest pTest6 = NULL; | ^~~~~~ -
TestDB.c:1412:12: warning: variable 'pTest5' set but not used [-Wunused-but-set-variable] 1412 | CU_pTest pTest5 = NULL; | ^~~~~~ -
TestDB.c:1411:12: warning: variable 'pTest4' set but not used [-Wunused-but-set-variable] 1411 | CU_pTest pTest4 = NULL; | ^~~~~~ -
TestDB.c:1410:12: warning: variable 'pTest3' set but not used [-Wunused-but-set-variable] 1410 | CU_pTest pTest3 = NULL; | ^~~~~~ -
TestDB.c:1409:12: warning: variable 'pTest2' set but not used [-Wunused-but-set-variable] 1409 | CU_pTest pTest2 = NULL; | ^~~~~~ -
TestDB.c:1408:12: warning: variable 'pTest1' set but not used [-Wunused-but-set-variable] 1408 | CU_pTest pTest1 = NULL; | ^~~~~~ -
TestRun.c:2122:12: warning: variable 'pTest11' set but not used [-Wunused-but-set-variable] 2122 | CU_pTest pTest11 = NULL; | ^~~~~~~ -
TestRun.c:2121:12: warning: variable 'pTest10' set but not used [-Wunused-but-set-variable] 2121 | CU_pTest pTest10 = NULL; | ^~~~~~~ -
TestRun.c:2118:12: warning: variable 'pTest7' set but not used [-Wunused-but-set-variable] 2118 | CU_pTest pTest7 = NULL; | ^~~~~~ -
TestRun.c:2117:12: warning: variable 'pTest6' set but not used [-Wunused-but-set-variable] 2117 | CU_pTest pTest6 = NULL; | ^~~~~~ -
TestRun.c:965:16: warning: variable 'result' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 965 | CU_ErrorCode result = CUE_SUCCESS; | ^~~~~~ -
Automated.c:347:68: warning: '%s' directive argument is null [-Wformat-overflow=] 347 | fprintf(f_pTestResultFile, " <failure message=\"%s\" type=\"Failure\">\n", szTemp); | ^~