chore: More logs for base and service #156
Merged
Annotations
10 warnings
|
basestruct/utils.cpp#L161
The function 'getPartitionTypeString' is never used.
|
|
basestruct/lvmstruct.cpp#L589
Consider using std::any_of algorithm instead of a raw loop.
|
|
basestruct/lvmstruct.cpp#L589
Variable 'lv' is used to iterate by value. It could be declared as a const reference which is usually faster and recommended in C++.
|
|
basestruct/lvmstruct.cpp#L524
The function 'getVGOfDisk' is never used.
|
|
basestruct/lvmstruct.cpp#L518
The function 'getVGAllUnUsedPV' is never used.
|
|
basestruct/lvmstruct.cpp#L512
The function 'getVGAllUsedPV' is never used.
|
|
basestruct/lvmstruct.cpp#L506
The function 'getVGAllPV' is never used.
|
|
basestruct/luksstruct.cpp#L276
The function 'getLUKS' is never used.
|
|
basestruct/luksstruct.cpp#L253
Consider using std::find_if algorithm instead of a raw loop.
|
|
basestruct/luksstruct.cpp#L206
Consider using std::any_of algorithm instead of a raw loop.
|
The logs for this run have expired and are no longer available.
Loading