Salome HOME
#18963 Minimize compiler warnings
[modules/med.git] / src / ParaMEDMEMComponent / MPIMEDCouplingFieldDoubleServant.cxx
index 2f25585a5afc40eb2559d8e1eee4488945e7cee0..1a0455d76ea8a0f3b90eae9bb48263e667561804 100644 (file)
@@ -41,11 +41,11 @@ MPIMEDCouplingFieldDoubleServant::MPIMEDCouplingFieldDoubleServant(CORBA::ORB_pt
   BCastIOR(orb,pobj,false);
 }
 
-void MPIMEDCouplingFieldDoubleServant::getDataByMPI(const char* coupling) throw(SALOME::SALOME_Exception)
+void MPIMEDCouplingFieldDoubleServant::getDataByMPI(const char* coupling)
 {
   except_st *est;
   void *ret_th;
-  pthread_t *th;
+  pthread_t *th = 0;
 
   if(_numproc == 0)
     {