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

Initialize lastModuleIndex to 0 #14001

Merged
merged 1 commit into from Apr 12, 2016

Commits on Apr 9, 2016

  1. Initialize lastModuleIndex to 0

    While compiling with GCC 6.0.0 (r234771) in C++1z mode compiler produces
    extra diagnostic:
    
        FWCore/Framework/src/Schedule.cc:1372:43: error: 'lastModuleIndex'
    may be used uninitialized in this function [-Werror=maybe-uninitialized]
    
    Initialize lastModuleIndex to 0.
    
    Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
    David Abdurachmanov authored and David Abdurachmanov committed Apr 9, 2016
    Copy the full SHA
    c5b1291 View commit details
    Browse the repository at this point in the history