X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmDocEntry.h;h=235ff54a9563d0c9f94b50d0c0e166f28aca9c60;hb=726b8eea9b427fb1e04e2cdf64933d0128f9e791;hp=950cc1d8d11b00fdc1d9fa5c0bb3744ca391d69b;hpb=17ebda2271dd65565f512e835546b22c22ebbbb0;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index 950cc1d8..235ff54a 100644 --- a/src/gdcmDocEntry.h +++ b/src/gdcmDocEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntry.h,v $ Language: C++ - Date: $Date: 2006/04/11 16:03:26 $ - Version: $Revision: 1.62 $ + Date: $Date: 2006/05/06 16:05:16 $ + Version: $Revision: 1.63 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -76,7 +76,7 @@ public: /// Sets the 'Value Multiplicity' of the current Dicom entry //void SetVM( TagName const &v) { DicomDict->SetVM(v); } - void SetVM( TagName &v) { std::cout << "-----------------FIXME : SetVM "; } + void SetVM( TagName &) { std::cout << "-----------------FIXME : SetVM "; } /// \brief Returns offset (since the beginning of the file, including /// the File Preamble, if any) of the value of the current Dicom entry