Opened 7 years ago
Closed 7 years ago
#609 closed defect (fixed)
Missing break statement in dimacs-solver.cc
Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | minor | Milestone: | LEMON 1.4 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description (last modified by )
See the attached patch.
Compiling with g++ 7.2.0 showed 3 warnings about falling through for case blocks in dimacs-solver.cc
. 2 out of 3 was deliberate, so I added a comment (which eliminates the warning), but the third one was a bug, so it was fixed.
Attachments (2)
Change History (8)
Changed 7 years ago by
Attachment: | 609-e9b540c888f3.patch added |
---|
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 7 years ago by
Changed 7 years ago by
Attachment: | 609-ad22262328b3.patch added |
---|
comment:6 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The bugfix has been merged to the main branch, as well as into 1.3.
Note: See
TracTickets for help on using
tickets.
I cannot apply 609-e9b540c888f3.patch with --exact, mercurial says this patch is corrupt.