Update of /cvsroot/monetdb/pathfinder/compiler/xmlimport
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30822/compiler/xmlimport

Modified Files:
        xml2lalg_converters.c 
Log Message:
-- Pacified picky compilers.

Index: xml2lalg_converters.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg_converters.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xml2lalg_converters.c       14 Jan 2008 13:53:43 -0000      1.7
+++ xml2lalg_converters.c       15 Jan 2008 13:44:43 -0000      1.8
@@ -130,6 +130,8 @@
     else 
     {
         PFoops (OOPS_FATAL, "don't know what to do with (%s)", s);
+        /* pacify picky compilers */
+        return -1;
     }
 }
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to