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

The glog outputs recently introduced in hdf5.cpp break compatibility … #3130

Commits on Sep 30, 2015

  1. The glog outputs recently introduced in hdf5.cpp break compatability …

    …for some compilers (eg. MSVC) due to declaring a variable after a case label without its own scope. This commit fixes this problem by adding brackets to define a new variable scope after each case label. Further reading: https://stackoverflow.com/questions/92396/why-cant-variables-be-declared-in-a-switch-statement
    MalteOeljeklaus committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    1891d83 View commit details
    Browse the repository at this point in the history