src/utils/log.h provides their own fprintf/printf replacements,
which obviously take a non-fixed format-string
LATER: think about tightening the no-error to just src/utils/log.h
JUCE_VERSION := $(shell dpkg-query --show --showformat='$${source:Version}' juce-modules-source)
CPPFLAGS+=-DBUILD_DATE='"$(BUILD_DATE)"'
-CXXFLAGS+=-std=c++17 -Wno-error
+CXXFLAGS+=-std=c++17 -Wno-error -Wno-error=format-security
LIBS=$(shell pkg-config --libs libjpeg libpng libcurl)
# JUCE (used by giada) uses some c++11 features requiring atomic_store_8 and