Changes between Version 1 and Version 2 of Ticket #609
- Timestamp:
- 02/17/18 17:09:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #609 – Description
v1 v2 1 1 See the attached patch. 2 3 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.