We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3fe86 commit cd7230dCopy full SHA for cd7230d
1 file changed
src/test/OpenEXRCoreTest/compression.cpp
@@ -530,7 +530,6 @@ struct pixels
530
return;
531
#endif
532
uint32_t a,b; memcpy(&a,&af,sizeof a); memcpy(&b,&bf,sizeof b);
533
- const bool bothNan = std::isnan (af) && std::isnan (bf);
534
if (a != b)
535
{
536
std::cout << chan << " float at " << x << ", " << y
0 commit comments