Base/App: fix warnings from code analysers:

* convert old-style-casts to explicit C++ casts where possible
* make some implicit conversions explicit
This commit is contained in:
wmayer
2022-03-06 23:49:30 +01:00
parent 1be4ed57ae
commit e4435cdcba
30 changed files with 211 additions and 155 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ using namespace App;
//===========================================================================
// Material
//===========================================================================
Material::Material(void)
Material::Material()
{
setType(STEEL);
setType(USER_DEFINED);