Skip to content
Snippets Groups Projects
Commit 2f2c3afa authored by hjk's avatar hjk
Browse files

debugger: fix warning

done by Robert
parent 2d551de0
No related branches found
No related tags found
No related merge requests found
...@@ -571,6 +571,7 @@ bool CdbEnginePrivate::endInferior(bool detachOnly, QString *errorMessage) ...@@ -571,6 +571,7 @@ bool CdbEnginePrivate::endInferior(bool detachOnly, QString *errorMessage)
case InferiorStopRequested: case InferiorStopRequested:
case InferiorStopOk: case InferiorStopOk:
case InferiorStopFailed: case InferiorStopFailed:
case InferiorShutdownRequested:
break; break;
default: default:
return true; return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment