You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Johnny Willemsen (JIRA)" <xe...@xml.apache.org> on 2018/02/21 18:44:01 UTC

[jira] [Created] (XERCESC-2138) class xercesc_3_2::XSConstants only defines private constructors and has no friends

Johnny Willemsen created XERCESC-2138:
-----------------------------------------

             Summary: class xercesc_3_2::XSConstants only defines private constructors and has no friends
                 Key: XERCESC-2138
                 URL: https://issues.apache.org/jira/browse/XERCESC-2138
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.2.0
            Reporter: Johnny Willemsen


When compiling xercesc-3.2.0 with mingw-64 gcc 4.9.3 on Windows we get a lot of warnings, for example:

class xercesc_3_2::XSConstants' only defines private constructors and has no friends

 In file included from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/framework/psvi/XSObject.hpp:26:0,
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                  from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25,
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                  from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25,
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                  from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/validators/datatype/DatatypeValidator.hpp:32,
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                  from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/framework/XMLAttr.hpp:28,
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                  from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/framework/XMLValidator.hpp:25,
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                  from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/sax2/SAX2XMLReader.hpp:27,
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                  from C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/samples/src/SAX2Print/SAX2Print.cpp:28:
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc] C:/cygwin64/home/administrator/build-ad87109bfff0765f4dd8cf4943b04d16a4070fea/xerces-c-3.2.0/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy]
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]  class XMLPARSER_EXPORT XSConstants 
Gandalf_win10_x86_64_01(administrator@172.16.2.213) [pkg_xercesc:windows-pkg-xercesc]                         ^



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org