]> Creatis software - gdcm.git/commit
BUG: Fix compilation warning on SunOS-CC: Warning (Anachronism): Assigning void(...
authormalaterre <malaterre>
Fri, 4 Feb 2005 23:30:21 +0000 (23:30 +0000)
committermalaterre <malaterre>
Fri, 4 Feb 2005 23:30:21 +0000 (23:30 +0000)
commite91342d20e4553e4479c23a300f98c8dff3424aa
tree64275e0c92b02f2bc2ce59f47a8a3fa95eccaa4e
parent7f62d92753e6a3e7f4f15093fb959dcb785d6c46
BUG: Fix compilation warning on SunOS-CC: Warning (Anachronism): Assigning void(*)(jpeg_decompress_struct*,long) to extern C void(*)(jpeg_decompress_struct*,long). This is not safe to pass a function pointer from a C context to a C++ context. Explicitely reinterpret_cast it.
src/gdcmJpeg.cxx
src/jdatadst.cxx
src/jdatasrc.cxx