From bb36a4d40c42eb9dcb3c570119dbb65596159a41 Mon Sep 17 00:00:00 2001 From: Yuriy Toporovskyy Date: Wed, 4 Aug 2021 17:20:21 -0400 Subject: [PATCH] Style Signed-off-by: Yuriy Toporovskyy --- Code/Legacy/CrySystem/ViewSystem/View.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Legacy/CrySystem/ViewSystem/View.cpp b/Code/Legacy/CrySystem/ViewSystem/View.cpp index 610d6b4a14..e1191f0a17 100644 --- a/Code/Legacy/CrySystem/ViewSystem/View.cpp +++ b/Code/Legacy/CrySystem/ViewSystem/View.cpp @@ -55,9 +55,8 @@ void CView::Release() } //------------------------------------------------------------------------ -void CView::Update(float frameTime, bool isActive) +void CView::Update([[maybe_unused]] float frameTime, [[maybe_unused]] bool isActive) { - (void)(frameTime, isActive); AZ_ErrorOnce("CryLegacy", false, "CryLegacy view system no longer available (CView::Update)"); }