ビルドエラー修正

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@210 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2011-04-20 11:03:21 +00:00
parent 2e3b5ea3c4
commit 7bd2ff96bf

View File

@ -360,8 +360,10 @@ void CheckConsoleInitialized(::std::vector<std::string>& message, bool& goNextSt
// シリアルナンバーがあるかどうかチェック
void CheckExistsSerialNumber(::std::vector<std::string>& message, bool& goNextStep)
{
NN_UNUSED_VAR(message);
NN_UNUSED_VAR(goNextStep);
// SDカードにシリアルナンバーがあるか
if (common::ExistsSerialNumberFile())
{
@ -1151,8 +1153,6 @@ void ControlState(::std::vector<std::string>& operationMessage, bool& nextStep)
s_RestoreState = FAIL;
}
init = false;
s_RestoreState = CONNECT_ONLY;
}
break;