From a08d94486728a0150e395a94334be9869ab656e9 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Fri, 30 Dec 2016 10:49:22 -0500 Subject: [PATCH] Fix format-extra-args warning --- src/gba/remote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gba/remote.cpp b/src/gba/remote.cpp index fec31441..0a8ac695 100644 --- a/src/gba/remote.cpp +++ b/src/gba/remote.cpp @@ -2685,7 +2685,7 @@ void clearBreaks(uint32_t address, uint8_t flags, char** expression, int howToCl removeConditionalWithFlag(flags << 4, false); } { - sprintf(monbuf, "Cleared all requested breaks.\n", address); + sprintf(monbuf, "Cleared all requested breaks.\n"); monprintf(monbuf); } }