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

Revisions №61116

branch: master 「№61116」
Commited by: Vikram K. Mulligan
GitHub commit link: 「531813ae494df1ec」 「№4461」
Difference from previous tested commit:  code diff
Commit date: 2020-01-27 12:14:28

Merge pull request #4461 from RosettaCommons/vmullig/fix_maybe_uninitialized_errors Fix a couple of compilation errors in gcc/7. The gcc/7 compiler on Ubuntu 18 was complaining about uninitialized or potentially uninitalized variables in a devel protocol. This may be a false warning, since other compilers don't seem to complain, but initializing the vars shushes the warnings, and is unlikely to have any significant impact on performance given the complexity of the other stuff that these classes do.

...