Fix DebugServer build with GCC4.8
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
parent
63b8eb480e
commit
44d352cdb1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user