Skip to content

Merge pull request #50 from niwciu/hot_fix #169

Merge pull request #50 from niwciu/hot_fix

Merge pull request #50 from niwciu/hot_fix #169

Triggered via push August 6, 2024 20:11
Status Success
Total duration 18s
Artifacts

run_cppcheck.yml

on: push
cppcheck-annotations /src
10s
cppcheck-annotations /src
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
The function 'lcd_bin' is never used.: src/lcd_hd44780.c#L465
The function 'lcd_bin' is never used.
The function 'lcd_blinking_cursor_on' is never used.: src/lcd_hd44780.c#L557
The function 'lcd_blinking_cursor_on' is never used.
The function 'lcd_buf_bin' is never used.: src/lcd_hd44780.c#L703
The function 'lcd_buf_bin' is never used.
The function 'lcd_buf_hex' is never used.: src/lcd_hd44780.c#L678
The function 'lcd_buf_hex' is never used.
The function 'lcd_buf_int' is never used.: src/lcd_hd44780.c#L651
The function 'lcd_buf_int' is never used.
The function 'lcd_buf_locate' is never used.: src/lcd_hd44780.c#L596
The function 'lcd_buf_locate' is never used.
The function 'lcd_cursor_off' is never used.: src/lcd_hd44780.c#L548
The function 'lcd_cursor_off' is never used.
The function 'lcd_cursor_on' is never used.: src/lcd_hd44780.c#L538
The function 'lcd_cursor_on' is never used.
The function 'lcd_enable_backlight' is never used.: src/lcd_hd44780.c#L302
The function 'lcd_enable_backlight' is never used.
The function 'lcd_hex' is never used.: src/lcd_hd44780.c#L439
The function 'lcd_hex' is never used.
The function 'lcd_home' is never used.: src/lcd_hd44780.c#L525
The function 'lcd_home' is never used.
The function 'lcd_init' is never used.: src/lcd_hd44780.c#L259
The function 'lcd_init' is never used.
The function 'lcd_int' is never used.: src/lcd_hd44780.c#L411
The function 'lcd_int' is never used.
The function 'lcd_load_char_bank' is never used.: src/lcd_hd44780.c#L363
The function 'lcd_load_char_bank' is never used.
The function 'lcd_update' is never used.: src/lcd_hd44780.c#L619
The function 'lcd_update' is never used.
The function 'LCD_IO_driver_interface_get' is never used.: test/lcd_hd44780/mock_LCD_IO_driver.c#L56
The function 'LCD_IO_driver_interface_get' is never used.
cppcheck-annotations /src
The following actions uses Node.js version which is deprecated and will be forced to run on node20: yuzutech/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/