We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabc394 commit eb2140eCopy full SHA for eb2140e
sources/test-entities/main.cpp
@@ -28,7 +28,7 @@ struct Value
28
uint32 sum = 0;
29
for (uint32 i : data)
30
sum += i;
31
- globalVolatile += sum;
+ globalVolatile = globalVolatile + sum;
32
}
33
};
34
0 commit comments