Index: trunk/Ohana/src/relphot/src/load_catalogs.c
===================================================================
--- trunk/Ohana/src/relphot/src/load_catalogs.c	(revision 40386)
+++ trunk/Ohana/src/relphot/src/load_catalogs.c	(revision 40549)
@@ -117,7 +117,7 @@
 
   if (PARALLEL_MANUAL && MANUAL_UNIQUER) {
-    snprintf (uniquer, 12, "%11s", MANUAL_UNIQUER);
+    snprintf_nowarn (uniquer, 12, "%11s", MANUAL_UNIQUER);
   } else {
-    snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);
+    snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000);
   }
 
