From 886713d290cb912efdd42b93fed363a73e352dbb Mon Sep 17 00:00:00 2001 From: Seppe Stas Date: Thu, 30 Mar 2017 10:19:36 +0200 Subject: [PATCH] Removed superfluous space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The extra space between "--no_wrap_diagnostics" and "-e" is inconsistent with the development and release targets. It bugs people (like me) that have little OCD tics 😉. --- tools/profiles/debug.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/profiles/debug.json b/tools/profiles/debug.json index e80443c6cf..948372fb3c 100644 --- a/tools/profiles/debug.json +++ b/tools/profiles/debug.json @@ -35,7 +35,7 @@ }, "IAR": { "common": [ - "--no_wrap_diagnostics", "-e", + "--no_wrap_diagnostics", "-e", "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"], "asm": [], "c": ["--vla"],