]> Creatis software - gdcm.git/commit
* When compiling with distutils (see setup.py) the C++ compiler is
authorfrog <frog>
Wed, 28 May 2003 19:36:20 +0000 (19:36 +0000)
committerfrog <frog>
Wed, 28 May 2003 19:36:20 +0000 (19:36 +0000)
commit0fa193d8b312b90f2ee822e1ee87f6e2fbd1dcb5
treed52d605a495f9e5730c56117c59ebe5ae07e8e53
parent056201f7ae914314059ccb136d35c674a0ad9e0b
  * When compiling with distutils (see setup.py) the C++ compiler is
        called with different flags than the default ones (with automake).
        In order to fix all those warning, I compiled gdcm with the command
           make 'CXXFLAGS=-Wall -Wstrict-prototypes -D__STDC_LIMIT_MACROS'
        and went for warning fixes:
        - src/gdcmHeader.cxx, Test/dcm2acr.cxx, pourFindTaggs.cxx cleaned
          up from unused variables.
        - vtk/vtkGdcmReader.cxx: potential bug fix.
      * src/gdcmHeader.h: Doxygen warning cleanup
ChangeLog
src/gdcmDictSet.h
src/gdcmElValSet.cxx
src/gdcmHeader.cxx
src/gdcmHeader.h
vtk/vtkGdcmReader.cxx