Skip to content
Snippets Groups Projects
Forked from Computing / cbmroot
This fork has diverged from the upstream repository.
  • Administrator's avatar
    9e31d071
    Fix compiler warnings · 9e31d071
    Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
    Cleanup filtering of compiler warnings for Nightly tests
    
    Remove unused variables, parameters and data members.
    Remove move statement to allow copy ellision.
    Use unsingned int in loop when comparing with size function of containers.
    Initialize all data members.
    
    Fix warning from rootcling.
    With newer root versions the parameter -c isn't supported any longer,
    so remove it.
    9e31d071
    History
    Fix compiler warnings
    Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
    Cleanup filtering of compiler warnings for Nightly tests
    
    Remove unused variables, parameters and data members.
    Remove move statement to allow copy ellision.
    Use unsingned int in loop when comparing with size function of containers.
    Initialize all data members.
    
    Fix warning from rootcling.
    With newer root versions the parameter -c isn't supported any longer,
    so remove it.