Merge lp:~tapaal-dist-ctl/verifypn/warning_fix into lp:~verifypn-maintainers/verifypn/trunk

Proposed by Søren Moss Nielsen
Status: Merged
Approved by: Jiri Srba
Approved revision: 96
Merged at revision: 96
Proposed branch: lp:~tapaal-dist-ctl/verifypn/warning_fix
Merge into: lp:~verifypn-maintainers/verifypn/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
CTLParser/CTLParser_v2.cpp (+1/-0)
To merge this branch: bzr merge lp:~tapaal-dist-ctl/verifypn/warning_fix
Reviewer Review Type Date Requested Status
Jiri Srba Approve
Review via email: mp+304343@code.launchpad.net

Description of the change

resolved the warning, only adding unreachable code.

To post a comment you must log in.
Revision history for this message
Jiri Srba (srba) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CTLParser/CTLParser_v2.cpp'
--- CTLParser/CTLParser_v2.cpp 2016-08-29 09:38:49 +0000
+++ CTLParser/CTLParser_v2.cpp 2016-08-30 08:25:03 +0000
@@ -493,6 +493,7 @@
493 return " ls ";493 return " ls ";
494 }494 }
495 else assert(true && "Could not parse unsupported logical operator");495 else assert(true && "Could not parse unsupported logical operator");
496 return "";
496}497}
497498
498CTLQuery * CTLParser_v2::CopyQuery(CTLQuery *source){499CTLQuery * CTLParser_v2::CopyQuery(CTLQuery *source){

Subscribers

People subscribed via source and target branches