Fix DebugServer build with GCC4.8
Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
63b8eb480e
commit
44d352cdb1
@@ -786,8 +786,8 @@ TeamDebugHandler::_HandleMessage(DebugMessage *message)
|
|||||||
|
|
||||||
_PrintStackTrace(thread);
|
_PrintStackTrace(thread);
|
||||||
|
|
||||||
int32 debugAction;
|
int32 debugAction = kActionPromptUser;
|
||||||
bool explicitActionFound;
|
bool explicitActionFound = false;
|
||||||
if (action_for_team(fExecutablePath, debugAction, explicitActionFound)
|
if (action_for_team(fExecutablePath, debugAction, explicitActionFound)
|
||||||
!= B_OK) {
|
!= B_OK) {
|
||||||
debugAction = kActionPromptUser;
|
debugAction = kActionPromptUser;
|
||||||
|
|||||||
Reference in New Issue
Block a user