Hi,

By the way when making podofo 0.9.6 on osx there are these 2 warnings:

podofo-0.9.6/src/base/PdfParser.cpp:899:31: warning: format specifies type
'long *' but the argument has type 'PoDoFo::pdf_int64 *'
      (aka 'long long *') [-Wformat]


                              &llOffset, &llGeneration, &cUsed, &empty1,
&empty2 );

                              ^~~~~~~~~



podofo-0.9.6/src/base/PdfParser.cpp:899:42: warning: format specifies type
'long *' but the argument has type 'PoDoFo::pdf_int64 *'
      (aka 'long long *') [-Wformat]


                              &llOffset, &llGeneration, &cUsed, &empty1,
&empty2 );

                                         ^~~~~~~~~~~~~



On linux:

podofo-0.9.6/tools/podofocolor/podofocolor.cpp: In function ‘IConverter*
ConverterForName(const string&, const string&)’:
podofo-0.9.6/tools/podofocolor/podofocolor.cpp:50:89: warning: unused
parameter ‘lua’ [-Wunused-parameter]
 static IConverter* ConverterForName( const std::string & converter, const
std::string & lua )


             ^~~

On Tue, Jan 15, 2019 at 10:08 AM zyx <z...@gmx.us> wrote:

> On Thu, 2019-01-03 at 22:52 +0000, Deema Alomair via Podofo-users
> wrote:
> > I added the library and it’s dependent libraries and i included the
> > header, but i got 37 wrinings .. could you help me with that ?
>
>         Hi,
> while image worth thousand words, 443KB attachment is not that thing. I
> guess you could not copy those warnings out of that list, could you? I
> do not know your development environment, thus I'm asking.
>
> In any case, from the less it shows, I see that the warnings are under
> "Documentation issues". That's nothing with the made executable (or
> library or whatever you compile to), it's just telling you something
> about developer documentation, which you can safely ignore. It's at
> least what your oversized screenshot shows. Maybe lower in the list are
> real compiler warnings.
>         Bye,
>         zyx
>
>
>
> _______________________________________________
> Podofo-users mailing list
> Podofo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/podofo-users
>
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to