OSDN Git Service

Cppcheck: CWE: 398: Class '...' has a constructor with 1 argument that is not explici...
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sun, 11 Jul 2021 12:53:49 +0000 (21:53 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sun, 11 Jul 2021 12:53:49 +0000 (21:53 +0900)
commitd93a0b9ace40d0c04956577d1940fd18701e6531
tree1ff926cff2e9e4ec575879cd1d8eb75d0c536f83
parent43be91e7df4980e25514f0d63c94826a63d6f234
Cppcheck: CWE: 398: Class '...' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.
Src/Common/IniOptionsMgr.h
Src/Common/memdc.h
Src/Concurrent.h