From a3843bd5b1e3486b21230cfd2a52f0b2a447a66c Mon Sep 17 00:00:00 2001 From: isus-ipanienko <57775222+isus-ipanienko@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:10:22 +0100 Subject: [PATCH] Fix warning message error. (#443) Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> --- include/StackMacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/StackMacros.h b/include/StackMacros.h index 690596f8c..46707b9e3 100644 --- a/include/StackMacros.h +++ b/include/StackMacros.h @@ -28,7 +28,7 @@ #ifndef _MSC_VER /* Visual Studio doesn't support #warning. */ - #warning The name of this file has changed to stack_macros.h. Please update your code accordingly. This source file (which has the original name) will be removed in future released. + #warning The name of this file has changed to stack_macros.h. Please update your code accordingly. This source file (which has the original name) will be removed in a future release. #endif #include "stack_macros.h"