From 49229866458e5f2cbac0d87752a6bef701416e07 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 14 Aug 2014 14:02:37 +0300 Subject: Typo Change-Id: I8d4ce3f0ebd894d2550c5c7788121308f77b0b2a --- solenv/gbuild/platform/com_MSC_defs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index 0fbc69ef0c52..1702218bf70b 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -68,7 +68,7 @@ gb_AFLAGS := $(AFLAGS) # cleaning away from the code, to avoid warnings when building with # gcc or Clang and -Wall -Werror. -# C4100: 'identifier' : unreferenced format parameter +# C4100: 'identifier' : unreferenced formal parameter # C4127: conditional expression is constant -- cgit