Skip to Content.
Sympa Menu

mace-opensaml-users - RE: opensaml-C 1.1b

Subject: OpenSAML user discussion

List archive

RE: opensaml-C 1.1b


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: opensaml-C 1.1b
  • Date: Mon, 19 Mar 2007 21:36:46 -0400

> In cpp-opensaml2: I am getting a lot of warnings from the x64
> portability check (size_t to int conversions in zlib).
> I had to turn the check off. Is that normal?

I didn't do anything to the zlib sources, so if it has warnings I won't fix
them. Xerces is also full of warnings in a couple of key headers, and I
can't fix those either.

> And lastly a lot of those (only one listed below):
>
> d:\adev\lib\localbuild\c\opensamlc-2-trunk\cpp-xmltooling\xmltooling\qna
> me.h(161) : warning C4251: 'xmltooling::QName::m_uri' : class
> 'std::basic_string<_Elem>' needs to have dll-interface to be used by
> clients of class 'xmltooling::QName'
> with
> [
> _Elem=XMLCh
> ]
>
> bunch of those warnings as well. Is that ok?

I have most of those 4251 warnings disabled with pragmas in the headers. If
you're seeing any in my headers I probably missed one somewhere.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page