We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I get the following warnings from our new tests when I build:
/usgs/pkgs/isis3nightly2018-11-27/isis/tests/PixelTests.cpp:468:3: warning: floating constant exceeds range of ‘double’ [-Woverflow] EXPECT_EQ(std::string("Invalid"), Pixel::ToString(-1.0e+1000)); ^ /usgs/pkgs/isis3nightly2018-11-27/isis/tests/PixelTests.cpp:480:3: warning: floating constant exceeds range of ‘double’ [-Woverflow] EXPECT_EQ(std::string("Invalid"), Pixel(1,2,3,-1.0e+1000).ToString()); ^
The text was updated successfully, but these errors were encountered:
jessemapel
No branches or pull requests
I get the following warnings from our new tests when I build:
The text was updated successfully, but these errors were encountered: