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

Revisions №60494

branch: master 「№60494」
Commited by: Brahm Yachnin
GitHub commit link: 「122b6ecdac32cc17」 「№3616」
Difference from previous tested commit:  code diff
Commit date: 2018-11-05 18:02:19

Merge pull request #3616 from RosettaCommons/BYachnin/release_unittest_build_fix Fix release mode unit test build with newer gcc compilers In newer gcc versions (6.3, for example), the unit test suite will not build because of a compiler warning that is treated as an error ('num' may be used uninitialized in this function). This small fix sets the value of res before running the code previously in isFloatNumber(), which fixes the error. There are no test failures other than unstable tests in master.

...