From 4e4d51ad8872dc6cc63d817d9c0325f2c2d7bf15 Mon Sep 17 00:00:00 2001 From: Alberto Bettin Date: Mon, 7 Nov 2022 19:21:36 +0100 Subject: [PATCH] Update compile-arduino.yml --- .github/workflows/compile-arduino.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-arduino.yml b/.github/workflows/compile-arduino.yml index ef43a5c..45e688e 100644 --- a/.github/workflows/compile-arduino.yml +++ b/.github/workflows/compile-arduino.yml @@ -80,7 +80,7 @@ jobs: enable-deltas-report: "true" sketches-report-path: sketches-reports cli-compile-flags: | - --warnings="all" + - --warnings="all" # - --build-property # - compiler.cpp.extra_flag="-Wno-unused-function" - name: Report Arduino Sketch Size Deltas