From 037f7897187b572b6eec858d493a6bd3deeadc38 Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Thu, 10 Nov 2022 22:20:50 +0100 Subject: [PATCH] utils/uncrustify: display warning instead of error --- dist/tools/uncrustify/uncrustify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/uncrustify/uncrustify.sh b/dist/tools/uncrustify/uncrustify.sh index 4721a2ec70..3c042525c1 100755 --- a/dist/tools/uncrustify/uncrustify.sh +++ b/dist/tools/uncrustify/uncrustify.sh @@ -32,7 +32,7 @@ check () { _annotate_diff() { if [ -n "$1" -a -n "$2" -a -n "$3" ]; then MSG="Uncrustify proposes the following patch:\n\n$3" - IFS="${OLD_IFS}" github_annotate_error "$1" "$2" "${MSG}" + IFS="${OLD_IFS}" github_annotate_warning "$1" "$2" "${MSG}" fi }