summaryrefslogtreecommitdiff
path: root/mdds/mdds_0.6.0-unreachable-code.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mdds/mdds_0.6.0-unreachable-code.patch')
-rw-r--r--mdds/mdds_0.6.0-unreachable-code.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/mdds/mdds_0.6.0-unreachable-code.patch b/mdds/mdds_0.6.0-unreachable-code.patch
new file mode 100644
index 000000000000..8bacd2e5d6eb
--- /dev/null
+++ b/mdds/mdds_0.6.0-unreachable-code.patch
@@ -0,0 +1,10 @@
+--- misc/mdds_0.6.0/include/mdds/mixed_type_matrix_def.inl 2012-07-23 16:20:34.101608964 +0200
++++ misc/build/mdds_0.6.0/include/mdds/mixed_type_matrix_def.inl 2012-07-23 16:19:13.022858991 +0200
+@@ -44,7 +44,6 @@
+ default:
+ throw matrix_error("unknown density type");
+ }
+- return NULL;
+ }
+
+ template<typename _String, typename _Flag>