From 4fd12cd79cd84f7b84b115a768dacb96e60b04fc Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 24 May 2022 13:29:50 -0700 Subject: [PATCH] Turn off ultraverbose warnings as our default. It does not match the rest of the arduino ecosystem and is very surprising to endusers --- etc/makefiles/sketch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makefiles/sketch.mk b/etc/makefiles/sketch.mk index c2b0df4e..04ce394b 100644 --- a/etc/makefiles/sketch.mk +++ b/etc/makefiles/sketch.mk @@ -165,7 +165,7 @@ compile: kaleidoscope-hardware-configured $(QUIET) install -d "${OUTPUT_PATH}" - $(QUIET) $(ARDUINO_CLI) compile --fqbn "${FQBN}" ${ARDUINO_VERBOSE} --warnings all ${ccache_wrapper_property} ${local_cflags_property} \ + $(QUIET) $(ARDUINO_CLI) compile --fqbn "${FQBN}" ${ARDUINO_VERBOSE} ${ccache_wrapper_property} ${local_cflags_property} \ ${_arduino_local_libraries_prop} ${_ARDUINO_CLI_COMPILE_CUSTOM_FLAGS} \ --library "${KALEIDOSCOPE_DIR}" \ --libraries "${KALEIDOSCOPE_DIR}/plugins/" \