Skip to content

Commit

Permalink
Merge pull request #9544 from DanHeidinga/djh/winbuild
Browse files Browse the repository at this point in the history
Initialize variable to fix build break on windows
  • Loading branch information
pshipton committed May 13, 2020
2 parents 939784f + 580f6c6 commit 0d63a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jint JNICALL
decomp005(agentEnv * _env, char * args)
{
JVMTI_ACCESS_FROM_AGENT(_env);
jvmtiError err;
jvmtiError err = JVMTI_ERROR_NONE;
jvmtiEventCallbacks callbacks;
jvmtiCapabilities capabilities;

Expand Down

0 comments on commit 0d63a19

Please sign in to comment.