From 64bd9053a25297f7a442ca831c7da5b44bd33f84 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jun 2024 17:54:40 +1000 Subject: Update LVGL to v9.1.0 --- lib/lvgl/scripts/cppcheck_run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/lvgl/scripts/cppcheck_run.sh') 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 -- cgit v1.2.3