Salome HOME
#18963 Minimize compiler warnings
[modules/paravis.git] / src / Plugins / GaussToCell / plugin / GaussToCellModule / vtkGaussToCell.cxx
index 7961b8ca81fa4125469451df4ef2d759d5dfff46..dd4e891b7db16b4cd92a12aaaa9d755b17463a5a 100644 (file)
@@ -86,7 +86,7 @@ using MEDCoupling::MEDCouplingFieldDouble;
 using MEDCoupling::ON_GAUSS_PT;
 using MEDCoupling::MCAuto;
 
-vtkStandardNewMacro(vtkGaussToCell);
+vtkStandardNewMacro(vtkGaussToCell)
 
 vtkInformationDoubleVectorKey *GetMEDReaderMetaDataIfAny()
 {
@@ -180,7 +180,7 @@ void vtkGaussToCell::SetMinFlag(bool minStatus)
     }
 }
 
-int vtkGaussToCell::RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
+int vtkGaussToCell::RequestInformation(vtkInformation * /*request*/, vtkInformationVector **inputVector, vtkInformationVector * /*outputVector*/)
 { 
   //std::cerr << "########################################## vtkGaussToCell::RequestInformation ##########################################" << std::endl;
   try
@@ -262,7 +262,7 @@ void DealWith(const char *postName, vtkDoubleArray *zearray, vtkIdTypeArray *off
   dc(inData,offData,nbgPerCell,zeNbCompo,outNbCells,outData);
 }
 
-int vtkGaussToCell::RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
+int vtkGaussToCell::RequestData(vtkInformation * /*request*/, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 {
   //std::cerr << "########################################## vtkGaussToCell::RequestData        ##########################################" << std::endl;
   try