You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2006/10/26 10:47:56 UTC

svn commit: r467918 - /xerces/c/trunk/swig/perl/Transcoder/XMLExceptionHandler.cpp

Author: amassari
Date: Thu Oct 26 01:47:56 2006
New Revision: 467918

URL: http://svn.apache.org/viewvc?view=rev&rev=467918
Log:
Silence warning

Modified:
    xerces/c/trunk/swig/perl/Transcoder/XMLExceptionHandler.cpp

Modified: xerces/c/trunk/swig/perl/Transcoder/XMLExceptionHandler.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/swig/perl/Transcoder/XMLExceptionHandler.cpp?view=diff&rev=467918&r1=467917&r2=467918
==============================================================================
--- xerces/c/trunk/swig/perl/Transcoder/XMLExceptionHandler.cpp (original)
+++ xerces/c/trunk/swig/perl/Transcoder/XMLExceptionHandler.cpp Thu Oct 26 01:47:56 2006
@@ -124,6 +124,7 @@
     }
     else
     {
-        croak("Unknown Exception type: %d", e.getType());
+        croak("Unknown Exception type: %d", e.getType());
+        return 0;
     }
 }



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