「view this page in B3 βῆτα server」

Revisions №59560

branch: master 「№59560」
Commited by: Rocco Moretti
GitHub commit link: 「6ff0bf7f2c5331d2」 「№2356」
Difference from previous tested commit:  code diff
Commit date: 2017-06-27 10:53:41

Merge pull request #2356 from RosettaCommons/roccomoretti/gcc7.1_fixes Fixes for GCC 7.1 There's a number of issues (both warning-as-errors as well as actual compiler-quits errors) that pop up when compiling Rosetta with GCC 7.1. This PR should fix those. The main changes are in places where switch/case statements can "fall through" (breaks/returns added) and a change in how we handle multi-level templated class resolution in SingelResidueDunbrackLibrary (as GCC 7.1 has issues with the way we were doing it before.) Surprisingly, no test changes are expected, aside from the ones that are failing in master.

...