Skip to content

Commit

Permalink
Put variable declaration inside relevant #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Jan 6, 2020
1 parent 3d43242 commit f06c242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/moar/runner/main.c
Expand Up @@ -186,8 +186,10 @@ int wmain(int argc, wchar_t *wargv[])
int flag;
int new_argc = 0;

#ifdef HAVE_TELEMEH
unsigned int interval_id = 0;
char telemeh_inited = 0;
#endif

MVMuint32 debugserverport = 0;
int start_suspended = 0;
Expand Down

0 comments on commit f06c242

Please sign in to comment.