https://bugs.kde.org/show_bug.cgi?id=382696

            Bug ID: 382696
           Summary: Mingw32 compile error on src/kssl/ksslcertchain.cpp
           Product: frameworks-kdelibs4support
           Version: 5.36.0
          Platform: Other
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdelibs-b...@kde.org
          Reporter: ralf.habac...@freenet.de
            Blocks: 380136
  Target Milestone: ---

In file included from
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertchain.h:31:0,
                 from
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertchain.cpp:21:
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertificate.h:105:29:
error: expected ';' at end of member declaration
     static KSSLCertificate *fromX509(X509 *x5);
                             ^~~~~~~~
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertificate.h:105:43:
error: expected ')' before '*' token
     static KSSLCertificate *fromX509(X509 *x5);
                                           ^
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertificate.h:387:18:
error: 'X509' has not been declared
     void setCert(X509 *c);
                  ^~~~
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertificate.h:389:5:
error: 'X509' does not name a type
     X509 *getCert();
     ^~~~
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertchain.cpp:
In member function 'void KSSLCertChain::setChain(const
QList<KSSLCertificate*>&)':
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertchain.cpp:144:62:
warning: unused parameter 'chain' [-Wunused-parameter]
 void KSSLCertChain::setChain(const QList<KSSLCertificate *> &chain)
                                                              ^~~~~
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertchain.cpp:
In member function 'void KSSLCertChain::setChain(void*)':
/home/abuild/rpmbuild/BUILD/kdelibs4support-5.36.0/src/kssl/ksslcertchain.cpp:172:36:
warning: unused parameter 'stack_of_x509' [-Wunused-parameter]
 void KSSLCertChain::setChain(void *stack_of_x509)
                                    ^~~~~~~~~~~~~


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=380136
[Bug 380136] Fix KF5 issues on Windows
-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to