mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-01 20:20:29 +08:00
Bug 5164374: Remove the register keyword has been deprecated and removed from the C++17 standard
This commit is contained in:
parent
0d82634f70
commit
0c92c34ca9
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user