Fix DebugServer build with GCC4.8

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Murai Takashi 2013-12-18 20:36:18 +09:00 committed by Jérôme Duval
parent 63b8eb480e
commit 44d352cdb1

View File

@ -786,8 +786,8 @@ TeamDebugHandler::_HandleMessage(DebugMessage *message)
_PrintStackTrace(thread);
int32 debugAction;
bool explicitActionFound;
int32 debugAction = kActionPromptUser;
bool explicitActionFound = false;
if (action_for_team(fExecutablePath, debugAction, explicitActionFound)
!= B_OK) {
debugAction = kActionPromptUser;