Skip to content
  • Martin Quinson's avatar
    Fix a bunch of sonar warnings · df61c32e
    Martin Quinson authored
    - Function names should be used either as a call with a parameter list or with the & operator c:S936
    - Improve const-ness of methods and parameters
    - Do not shadow previous variables
    - Remove commented code
    
    And so on
    df61c32e