Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move variable declaration to start of block - fixes vs2008 compile error #90

Merged
merged 1 commit into from
Jan 10, 2016

Conversation

pgarnaut
Copy link
Contributor

@pgarnaut pgarnaut commented Jan 7, 2016

VS2008 doesn't fully support the C99 standard. Therefore I had to move the declaration of a variable to the start of a code block in order to successfully compile on windows.

The change is very minor and only occurred in one place.

ghaering added a commit that referenced this pull request Jan 10, 2016
move variable declaration to start of block - fixes vs2008 compile error
@ghaering ghaering merged commit 05b3167 into ghaering:master Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants