freebsd-ports/graphics/ilmbase/files/patch-ImathTest-testShear.cpp
Norikatsu Shigemura f4767965f0 o Enable/disable multithread file I/O support.
o Add make test.
o Fix some warning.
o Bump PORTREVISION, accordingly.

Submitted by:	mi
2007-10-07 14:47:38 +00:00

10 lines
405 B
C++

--- ImathTest/testShear.cpp.orig 2006-12-09 06:59:38.000000000 +0900
+++ ImathTest/testShear.cpp 2007-10-07 23:24:27.000000000 +0900
@@ -54,7 +54,6 @@
const float epsilon = Imath::limits< float >::epsilon();
- float array[6] = { 1.0F, 2.0F, 3.0F, 4.0F, 5.0F, 6.0F };
Imath::Shear6f testConstructor1;
Imath::Shear6f testConstructor2( testConstructor1 );