[Debian-med-packaging] Bug#730612: Acknowledgement (error: constructor for 'class ProcessTransformed' must explicitly initialize the reference member '_info')

Mathieu Malaterre malat at debian.org
Wed Nov 27 09:35:29 UTC 2013


Control: tag -1 patch

Using patch from GDCM:

$ git show 45d7968
commit 45d7968d31b95ac505e937d0a21c9429571fa565
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date:   Wed Nov 27 10:33:27 2013 +0100

    Fix a compilation error with clang

    Intention is the same

diff --git a/Utilities/gdcmcharls/processline.h
b/Utilities/gdcmcharls/processline.h
index 91f5770..e9b7e6f 100644
--- a/Utilities/gdcmcharls/processline.h
+++ b/Utilities/gdcmcharls/processline.h
@@ -144,7 +144,7 @@ class ProcessTransformed : public ProcessLine
 {
        typedef typename TRANSFORM::SAMPLE SAMPLE;

-       ProcessTransformed(const ProcessTransformed&) {}
+       ProcessTransformed(const ProcessTransformed&);
 public:
        ProcessTransformed(void* pbyteOutput, const JlsParameters&
info, TRANSFORM transform) :
                _pbyteOutput((BYTE*)pbyteOutput),



More information about the Debian-med-packaging mailing list