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) {
case UnknownType:
case BreakpointAtFork:
//case BreakpointAtVFork:
case WatchpointAtExpression:
case BreakpointAtSysCall:
return false;
case WatchpointAtAddress: