You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "David Binderman (JIRA)" <ji...@apache.org> on 2017/08/29 07:44:00 UTC

[jira] [Created] (SANTUARIO-470) dsig/DSIGReference.cpp:931: bad type ?

David Binderman created SANTUARIO-470:
-----------------------------------------

             Summary: dsig/DSIGReference.cpp:931: bad type ?
                 Key: SANTUARIO-470
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-470
             Project: Santuario
          Issue Type: Bug
          Components: C++
            Reporter: David Binderman
            Assignee: Scott Cantor
            Priority: Minor


dsig/DSIGReference.cpp:931:31: warning: catching polymorphic type 'class xercesc_3_1::NetAccessorException' by value [-Wcatch-value=]

Source code is

      catch (NetAccessorException e) {

Some duplicates:

transformers/TXFMURL.cpp:130:30: warning: catching polymorphic type 'class xercesc_3_1::NetAccessorException' by value [-Wcatch-value=]
tools/templatesign/templatesign.cpp:1333:9: warning: catching polymorphic type 'class xercesc_3_1::NetAccessorException' by value [-Wcatch-value=]
tools/txfmout/txfmout.cpp:312:32: warning: catching polymorphic type 'class xercesc_3_1::NetAccessorException' by value [-Wcatch-value=]





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)