Fix warning

This commit is contained in:
Howard Hinnant
2015-07-01 10:19:23 -04:00
committed by Vinnie Falco
parent ccd6b46995
commit 53dabe68ef

View File

@@ -29,8 +29,8 @@ accessViolation()
{
// dereference memory
// location zero
int* j = 0;
*j++;
int volatile* j = 0;
(void)*j;
}
// This hook lets you do pre or post