On Mon, 2014-05-05 at 10:20 +0300, Ilan Zisser wrote:
> Attached is a patch file that modifies PdfWriter.h. It makes PdfWriter
> usable as a base class.

        Hi,
I applied the patch to the current trunk and there are new warnings
introduced by the change. Those are:

        [  1%] Building CXX object 
src/CMakeFiles/podofo_static.dir/base/PdfSigIncWriter.cpp.o
        In file included from podofo-trunk/src/base/PdfSigIncWriter.h:37:0,
                         from podofo-trunk/src/base/PdfSigIncWriter.cpp:34:
        podofo-trunk/src/base/PdfWriter.h:103:18: warning: ‘virtual void 
PoDoFo::PdfWriter::Write(PoDoFo::PdfOutputDevice*)’ was hidden 
[-Woverloaded-virtual]
             virtual void Write( PdfOutputDevice* pDevice );
                          ^
        In file included from /podofo-trunk/src/base/PdfSigIncWriter.cpp:34:0:
        /podofo-trunk/src/base/PdfSigIncWriter.h:50:10: warning:   by ‘void 
PoDoFo::PdfSigIncWriter::Write(PoDoFo::PdfOutputDevice*, PoDoFo::pdf_int64)’ 
[-Woverloaded-virtual]
             void Write( PdfOutputDevice* pDevice, pdf_int64 prevOffset);
                  ^

and few more also related to SigInc classes. Would you mind to address
those new warnings, please?
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to