Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(components): Compiler reports some warnings
esp-idf/components/driver/twai/twai.c warning: unused variable 'res' [-Wunused-variable] XXX | bool res = twai_hal_init(&p_twai_obj->hal, &hal_config); | ^~~ esp-idf/components/fatfs/diskio/diskio_rawflash.c warning: unused variable 'part' [-Wunused-variable] XX | const esp_partition_t* part = s_ff_raw_handles[pdrv]; | ^~~~ esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c warning: unused variable 'found' [-Wunused-variable] XXX | bool found = s_get_context_id_by_card(card, &id); | ^~~~~ commit 3251f11 Merge: d5bcee1 c586527 Author: safocl <[email protected]> Date: Wed Jan 29 21:20:31 2025 +0400 Merge branch 'espressif:master' into safocl_dev2 commit d5bcee1 Merge: fc64848 5950be0 Author: safocl <[email protected]> Date: Sun Jan 26 01:51:52 2025 +0400 Merge branch 'espressif:master' into safocl_dev2 commit fc64848 Merge: 74be130 0f0068f Author: safocl <[email protected]> Date: Mon Jan 20 13:11:50 2025 +0400 Merge branch 'espressif:master' into safocl_dev2 commit 74be130 Author: safocl <[email protected]> Date: Mon Jan 20 13:11:29 2025 +0400 Actualization twai.c commit 447ae87 Author: safocl <[email protected]> Date: Mon Dec 23 12:34:59 2024 +0400 fix(components): Compiler reports some warnings esp-idf/components/driver/twai/twai.c warning: unused variable 'res' [-Wunused-variable] XXX | bool res = twai_hal_init(&p_twai_obj->hal, &hal_config); | ^~~ esp-idf/components/fatfs/diskio/diskio_rawflash.c warning: unused variable 'part' [-Wunused-variable] XX | const esp_partition_t* part = s_ff_raw_handles[pdrv]; | ^~~~ esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c warning: unused variable 'found' [-Wunused-variable] XXX | bool found = s_get_context_id_by_card(card, &id); | ^~~~~
- Loading branch information