Fix warnings from super project build
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;
| ~~~~~~~~^~~~~~~~