forked from qt-creator/qt-creator
Compiler warnings.
This commit is contained in:
@@ -2347,7 +2347,7 @@ bool CdbEngine::acceptsBreakpoint(BreakpointId id) const
|
|||||||
switch (data.type) {
|
switch (data.type) {
|
||||||
case UnknownType:
|
case UnknownType:
|
||||||
case BreakpointAtFork:
|
case BreakpointAtFork:
|
||||||
//case BreakpointAtVFork:
|
case WatchpointAtExpression:
|
||||||
case BreakpointAtSysCall:
|
case BreakpointAtSysCall:
|
||||||
return false;
|
return false;
|
||||||
case WatchpointAtAddress:
|
case WatchpointAtAddress:
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ static BreakpointParameters fixWinMSVCBreakpoint(const BreakpointParameters &p)
|
|||||||
case BreakpointByFunction:
|
case BreakpointByFunction:
|
||||||
case BreakpointByAddress:
|
case BreakpointByAddress:
|
||||||
case BreakpointAtFork:
|
case BreakpointAtFork:
|
||||||
//case BreakpointAtVFork:
|
case WatchpointAtExpression:
|
||||||
case BreakpointAtSysCall:
|
case BreakpointAtSysCall:
|
||||||
case WatchpointAtAddress:
|
case WatchpointAtAddress:
|
||||||
break;
|
break;
|
||||||
@@ -157,7 +157,7 @@ QByteArray cdbAddBreakpointCommand(const BreakpointParameters &bpIn,
|
|||||||
switch (bp.type) {
|
switch (bp.type) {
|
||||||
case BreakpointAtFork:
|
case BreakpointAtFork:
|
||||||
case BreakpointAtExec:
|
case BreakpointAtExec:
|
||||||
//case BreakpointAtVFork:
|
case WatchpointAtExpression:
|
||||||
case BreakpointAtSysCall:
|
case BreakpointAtSysCall:
|
||||||
case UnknownType:
|
case UnknownType:
|
||||||
case BreakpointAtCatch:
|
case BreakpointAtCatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user