From 3210514f06b74dca8f27289e6da3be8bfc8733c5 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 1 Nov 2020 05:10:26 -0500 Subject: [PATCH] Remove incorrect argument in WARN() call. --- src/FaustEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FaustEngine.cpp b/src/FaustEngine.cpp index 3305571..041f7c7 100644 --- a/src/FaustEngine.cpp +++ b/src/FaustEngine.cpp @@ -200,7 +200,7 @@ struct RackUI : public GenericUI { } void addSoundfile(const char* label, const char* soundpath, Soundfile** sf_zone) override { - WARN("Faust Prototype : 'soundfile' primitive not yet supported", ""); + WARN("Faust Prototype : 'soundfile' primitive not yet supported"); } void declare(FAUSTFLOAT* zone, const char* key, const char* val) override {