COIN-OR::LEMON - Graph Library

Opened 6 years ago

Last modified 6 years ago

#609 closed defect

Missing break statement in dimacs-solver.cc — at Version 2

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 Peter Kovacs)

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.

Change History (3)

Changed 6 years ago by Peter Kovacs

Attachment: 609-e9b540c888f3.patch added

comment:1 Changed 6 years ago by Peter Kovacs

Description: modified (diff)

comment:2 Changed 6 years ago by Peter Kovacs

Description: modified (diff)
Note: See TracTickets for help on using tickets.