Compiler warnings.

This commit is contained in:
Friedemann Kleint
2011-05-09 09:49:42 +02:00
parent d097037d52
commit a05e5da60f
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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: