bump product version to 4.1.6.2
[LibreOffice.git] / mdds / mdds_0.7.0_unreachable_warning.patch.1
blob35819ae5c42d74b6cca72cf402abe619012939c2
1 diff -ru mdds.old/include/mdds/multi_type_vector_def.inl mdds/include/mdds/multi_type_vector_def.inl
2 --- mdds.old/include/mdds/multi_type_vector_def.inl     2013-03-12 21:18:16.340506918 +0100
3 +++ mdds/include/mdds/multi_type_vector_def.inl 2013-03-14 17:56:07.275475086 +0100
4 @@ -652,7 +652,9 @@
5              }
6          }
7  
8 +#ifndef _MSC_VER // MSVC is too smart and warns about unreachable code
9          assert(!"this code path should never be reached!");
10 +#endif
11      }
13      // This empty block is right below a non-empty block.