update dev300-m58
[ooovba.git] / applied_patches / 0265-warning-return-values-registry.diff
blob91673207ebb52f6e9e42ab6435c1245a7fd36a2f
1 --- registry/source/regimpl.cxx.old 2005-09-09 07:16:14.000000000 +0200
2 +++ registry/source/regimpl.cxx 2005-11-28 19:22:26.000000000 +0100
3 @@ -561,6 +561,9 @@
4 } else
5 return REG_INVALID_REGISTRY;
7 + // this line is never accessed
8 + // just hack to avoid warning: control reaches end of non-void function
9 + return REG_INVALID_REGISTRY;