From: ageay Date: Mon, 11 Apr 2011 13:49:17 +0000 (+0000) Subject: Warning suppressions. X-Git-Tag: V6_main_FINAL~1023 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=95f88d5d2bc5226893e6f1c78053c4bf11541cee;p=tools%2Fmedcoupling.git Warning suppressions. --- diff --git a/src/MEDCoupling_Swig/MEDCoupling.i b/src/MEDCoupling_Swig/MEDCoupling.i index 63d9473a6..25265bc35 100644 --- a/src/MEDCoupling_Swig/MEDCoupling.i +++ b/src/MEDCoupling_Swig/MEDCoupling.i @@ -2034,6 +2034,7 @@ namespace ParaMEDMEM default: throw INTERP_KERNEL::Exception(msg); } + return self; } DataArrayDouble *__add__(PyObject *obj) throw(INTERP_KERNEL::Exception) @@ -3121,6 +3122,7 @@ namespace ParaMEDMEM default: throw INTERP_KERNEL::Exception(msg); } + return self; } DataArrayInt *__add__(PyObject *obj) throw(INTERP_KERNEL::Exception)