opnsense-ports/math/carve/files/patch-lib_intersect_classify_common_impl.hpp
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
387 B
C++

--- lib/intersect_classify_common_impl.hpp.orig 2011-12-06 12:41:50.000000000 +0100
+++ lib/intersect_classify_common_impl.hpp 2011-12-06 12:41:59.000000000 +0100
@@ -250,6 +250,7 @@
std::cerr << "d = " << d << std::endl;
#endif
fc = d < 0 ? FACE_IN : FACE_OUT;
+ break;
}
default:
CARVE_FAIL("unhandled switch case -- should not happen");