diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-06-12 17:54:40 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-06-12 17:54:40 +1000 |
| commit | 64bd9053a25297f7a442ca831c7da5b44bd33f84 (patch) | |
| tree | a90c6cad25a12028302ab1a5334510fba0229bae /lib/lvgl/scripts/cppcheck_run.sh | |
| parent | 611176ed667c4ed7ee9f609e958f9404f4aee91d (diff) | |
| download | tangara-fw-64bd9053a25297f7a442ca831c7da5b44bd33f84.tar.gz | |
Update LVGL to v9.1.0
Diffstat (limited to 'lib/lvgl/scripts/cppcheck_run.sh')
| -rwxr-xr-x | lib/lvgl/scripts/cppcheck_run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lvgl/scripts/cppcheck_run.sh b/lib/lvgl/scripts/cppcheck_run.sh index 3916c767..f7e30725 100755 --- a/lib/lvgl/scripts/cppcheck_run.sh +++ b/lib/lvgl/scripts/cppcheck_run.sh @@ -1 +1,3 @@ +#!/bin/sh + cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force |
