Fix DebugServer build with GCC4.8

Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
Murai Takashi
2013-12-19 01:42:28 +01:00
committed by Jérôme Duval
parent 63b8eb480e
commit 44d352cdb1
+2 -2
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;