commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/src collectiondata.c objectlist.c sch...


From: Neil Tiffin
Subject: gnue/geas/src collectiondata.c objectlist.c sch...
Date: Sat, 09 Jun 2001 08:27:02 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/06/09 08:27:02

Modified files:
        geas/src       : collectiondata.c objectlist.c schema.c 

Log message:
        Clean up compiler warnings and reformat some code to GNU standards.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/collectiondata.c.diff?cvsroot=OldCVS&tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/objectlist.c.diff?cvsroot=OldCVS&tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/schema.c.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gnue/geas/src/collectiondata.c
diff -u gnue/geas/src/collectiondata.c:1.21 gnue/geas/src/collectiondata.c:1.22
--- gnue/geas/src/collectiondata.c:1.21 Sat Jun  9 08:20:37 2001
+++ gnue/geas/src/collectiondata.c      Sat Jun  9 08:27:02 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: collectiondata.c,v 1.21 2001/06/09 15:20:37 ntiffin Exp $
+   $Id: collectiondata.c,v 1.22 2001/06/09 15:27:02 ntiffin Exp $
 
 */
 
@@ -43,7 +43,7 @@
 
 /* static GList *object_collections = NULL; */
 
-static ObjectCollection_t *allocate_object_collection (void);
+/* static ObjectCollection_t *allocate_object_collection (void); */
 
 #ifndef MAX
 #define MAX(a,b) ( (a) > (b) ? (a) : (b) )
Index: gnue/geas/src/objectlist.c
diff -u gnue/geas/src/objectlist.c:1.23 gnue/geas/src/objectlist.c:1.24
--- gnue/geas/src/objectlist.c:1.23     Fri Jun  8 15:42:42 2001
+++ gnue/geas/src/objectlist.c  Sat Jun  9 08:27:02 2001
@@ -20,7 +20,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: objectlist.c,v 1.23 2001/06/08 22:42:42 reinhard Exp $
+   $Id: objectlist.c,v 1.24 2001/06/09 15:27:02 ntiffin Exp $
  
 */
 
@@ -461,7 +461,7 @@
                    CORBA_char * fieldname,
                    CORBA_boolean ascending, CORBA_Environment * ev)
 {
-#warning "TODO - I guess."
+  /* TODO */
 }
 
 /* raises: UnknownField, ServerError */
Index: gnue/geas/src/schema.c
diff -u gnue/geas/src/schema.c:1.12 gnue/geas/src/schema.c:1.13
--- gnue/geas/src/schema.c:1.12 Thu Jun  7 07:41:43 2001
+++ gnue/geas/src/schema.c      Sat Jun  9 08:27:02 2001
@@ -20,7 +20,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: schema.c,v 1.12 2001/06/07 14:41:43 ntiffin Exp $
+   $Id: schema.c,v 1.13 2001/06/09 15:27:02 ntiffin Exp $
  
 */
 
@@ -362,7 +362,7 @@
     case DT_time:
     case DT_datetime:
     case DT_type:
-#warning "TODO - need to handle new types."
+      /* TODO - need to handle new types. */
       break;
     }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]