Suppress cppcheck warning about redundant initialization
I think in this case it's nicer to initialize the int/enum variables
keyType and subkeyType before the if-statement even if the initial
values will be overwritten in any case.
GIT_SILENT
Suppress cppcheck warning about redundant initialization Tags None Subscribers None
Description
Details
|