mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-23 15:26:37 -04:00

/libretroshare/src/pqi/p3servicecontrol.cc:840: warning: Cppcheck(unreadVariable): Variable 'changes' is assigned a value that is never used. /libretroshare/src/pqi/p3servicecontrol.cc:941: warning: Cppcheck(unusedVariable): Unused variable: mit /libretroshare/src/pqi/p3servicecontrol.cc:972: warning: Cppcheck(unusedVariable): Unused variable: mit /libretroshare/src/pqi/p3servicecontrol.cc:88: warning: Cppcheck(uninitMemberVar): Member variable 'p3ServiceControl::mServiceServer' is not initialized in the constructor. /libretroshare/src/pqi/p3servicecontrol.h:69: warning: Cppcheck(noExplicitConstructor): Class 'p3ServiceControl' has a constructor with 1 argument that is not explicit. /libretroshare/src/pqi/p3servicecontrol.cc:45: warning: Cppcheck(noExplicitConstructor): Class 'RsServiceControlItem' has a constructor with 1 argument that is not explicit. /libretroshare/src/pqi/p3servicecontrol.cc:52: warning: Cppcheck(noExplicitConstructor): Class 'RsServicePermissionItem' has a constructor with 1 argument that is not explicit. /libretroshare/src/pqi/p3servicecontrol.cc:359: warning: Cppcheck(passedByValue): Function parameter 'serviceName' should be passed by reference.