This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=671211 ---Test result--- Test Summary: CheckPatch PASS 2.27 seconds GitLint PASS 1.61 seconds Prep - Setup ELL PASS 26.73 seconds Build - Prep PASS 0.73 seconds Build - Configure PASS 8.39 seconds Build - Make PASS 969.49 seconds Make Check PASS 11.87 seconds Make Check w/Valgrind PASS 286.82 seconds Make Distcheck PASS 235.16 seconds Build w/ext ELL - Configure PASS 8.64 seconds Build w/ext ELL - Make PASS 82.00 seconds Incremental Build w/ patches PASS 194.44 seconds Scan Build WARNING 491.96 seconds Details ############################## Test: Scan Build - WARNING Desc: Run Scan Build with patches Output: ***************************************************************************** The bugs reported by the scan-build may or may not be caused by your patches. Please check the list and fix the bugs if they are caused by your patch. ***************************************************************************** src/gatt-database.c:1138:10: warning: Value stored to 'bits' during its initialization is never read uint8_t bits[] = { BT_GATT_CHRC_CLI_FEAT_ROBUST_CACHING, ^~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gatt-database.c:3535:14: warning: Value stored to 'iface' during its initialization is never read const char *iface = g_dbus_proxy_get_interface(proxy); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gatt-database.c:3536:14: warning: Value stored to 'path' during its initialization is never read const char *path = g_dbus_proxy_get_path(proxy); ^~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. --- Regards, Linux Bluetooth