From 0c92c34ca937e1523a5281821304f4184f203385 Mon Sep 17 00:00:00 2001 From: shawnz Date: Mon, 31 Mar 2025 15:13:56 +0800 Subject: [PATCH] Bug 5164374: Remove the register keyword has been deprecated and removed from the C++17 standard --- Common/nvMatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/nvMatrix.h b/Common/nvMatrix.h index 92879dcf..80037c4a 100644 --- a/Common/nvMatrix.h +++ b/Common/nvMatrix.h @@ -258,7 +258,7 @@ namespace nv s[2] = &r3[0]; s[3] = &r4[0]; - register int i,j,p,jj; + int i,j,p,jj; for (i=0; i<4; i++) {