opnsense-ports/graphics/ilmbase/files/patch-ImathTest__testShear.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
466 B
C++

--- ./ImathTest/testShear.cpp.orig 2013-06-18 21:51:38.000000000 +0200
+++ ./ImathTest/testShear.cpp 2014-01-29 13:16:44.000000000 +0100
@@ -54,7 +54,6 @@
const float epsilon = IMATH_INTERNAL_NAMESPACE::limits< float >::epsilon();
- float array[6] = { 1.0F, 2.0F, 3.0F, 4.0F, 5.0F, 6.0F };
IMATH_INTERNAL_NAMESPACE::Shear6f testConstructor1;
IMATH_INTERNAL_NAMESPACE::Shear6f testConstructor2( testConstructor1 );