freebsd-ports/graphics/ilmbase/files/patch-ImathTest-testBoxAlgo.cpp
Steve Wills a16cda4c60 - Update to 1.0.3
- Give maintainership to submitter

PR:		ports/172337
Submitted by:	nemysis <nemysis@gmx.ch>
2013-01-17 03:19:42 +00:00

11 lines
361 B
C++

--- ImathTest/testBoxAlgo.cpp.orig 2012-07-18 01:27:26.000000000 +0200
+++ ImathTest/testBoxAlgo.cpp 2012-10-04 15:45:00.000000000 +0200
@@ -356,7 +356,7 @@
Box3f ()
};
- for (int i = 0; i < sizeof (boxes) / sizeof (boxes[0]); ++i)
+ for (unsigned int i = 0; i < sizeof (boxes) / sizeof (boxes[0]); ++i)
testEntryAndExitPoints (boxes[i]);
}