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

Silence compiler warning about uninitialised #661

Conversation

markuspf
Copy link
Member

@markuspf markuspf commented Mar 8, 2016

  • variable curr_microseconds was potenially used uninitialised
  • just initialise it to 0 to silence the compiler

* variable curr_microseconds was potenially used uninitialised
* just initialise it to 0 to silence the compiler
@markuspf markuspf closed this Mar 8, 2016
@markuspf
Copy link
Member Author

markuspf commented Mar 8, 2016

Reopened against stable-4.8 branch as #662

@markuspf markuspf deleted the fix-uninitalised-curr_microseconds branch February 5, 2017 12:31
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.

1 participant