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

@@ -104,7 +104,7 @@ static BreakpointParameters fixWinMSVCBreakpoint(const BreakpointParameters &p)
case BreakpointByFunction:
case BreakpointByAddress:
case BreakpointAtFork:
//case BreakpointAtVFork:
case WatchpointAtExpression:
case BreakpointAtSysCall:
case WatchpointAtAddress:
break;
@@ -157,7 +157,7 @@ QByteArray cdbAddBreakpointCommand(const BreakpointParameters &bpIn,
switch (bp.type) {
case BreakpointAtFork:
case BreakpointAtExec:
//case BreakpointAtVFork:
case WatchpointAtExpression:
case BreakpointAtSysCall:
case UnknownType:
case BreakpointAtCatch: