Index: /branches/eam_branches/ohana.20160226/src/relastro/include/relastro.h
===================================================================
--- /branches/eam_branches/ohana.20160226/src/relastro/include/relastro.h	(revision 39411)
+++ /branches/eam_branches/ohana.20160226/src/relastro/include/relastro.h	(revision 39412)
@@ -653,5 +653,5 @@
 
 int indexCatalogs (Catalog *catalog, int Ncatalog);
-int catID_and_objID_to_seq (int catID, int objID, int *catSeq, off_t *objSeq);
+int catID_and_objID_to_seq (unsigned int catID, unsigned int objID, int *catSeq, off_t *objSeq);
 
 int markObjects (Catalog *catalog, int Ncatalog);
Index: /branches/eam_branches/ohana.20160226/src/relastro/src/fitobj.c
===================================================================
--- /branches/eam_branches/ohana.20160226/src/relastro/src/fitobj.c	(revision 39411)
+++ /branches/eam_branches/ohana.20160226/src/relastro/src/fitobj.c	(revision 39412)
@@ -156,4 +156,5 @@
 
 Catalog *mkstar (FitStats *fitStats, double Ro, double Do, double uR, double uD, double plx, int Npoints, int Nbad) {
+  OHANA_UNUSED_PARAM(fitStats);
   
   int i;
Index: /branches/eam_branches/ohana.20160226/src/relastro/src/fitobj2.c
===================================================================
--- /branches/eam_branches/ohana.20160226/src/relastro/src/fitobj2.c	(revision 39411)
+++ /branches/eam_branches/ohana.20160226/src/relastro/src/fitobj2.c	(revision 39412)
@@ -173,4 +173,5 @@
 
 Catalog *mkstar (FitStats *fitStats, double Ro, double Do, double uR, double uD, double plx, int Npoints, int Nbad) {
+  OHANA_UNUSED_PARAM(fitStats);
   
   int i;
Index: /branches/eam_branches/ohana.20160226/src/relastro/src/indexCatalogs.c
===================================================================
--- /branches/eam_branches/ohana.20160226/src/relastro/src/indexCatalogs.c	(revision 39411)
+++ /branches/eam_branches/ohana.20160226/src/relastro/src/indexCatalogs.c	(revision 39412)
@@ -51,5 +51,5 @@
 }
 
-int catID_and_objID_to_seq (int catID, int objID, int *catSeq, off_t *objSeq) {
+int catID_and_objID_to_seq (unsigned int catID, unsigned int objID, int *catSeq, off_t *objSeq) {
 
   if (catID > catIDmax) return FALSE;
