Skip to content

Fix warnings from super project build

Rosen Matev requested to merge rm-fix-warnings into master

such as

/home/rmatev/stackm/Gaudi/GaudiKernel/include/Gaudi/Property.h:203:22:
warning: comparison of integer expressions of different signedness:
'const StorageType' {aka 'const unsigned int'} and 'const int'
[-Wsign-compare]
  203 |       return m_value == other;
      |              ~~~~~~~~^~~~~~~~

Merge request reports