Index: trunk/Ohana/src/checkastro/src/load_catalogs.c
===================================================================
--- trunk/Ohana/src/checkastro/src/load_catalogs.c	(revision 40291)
+++ trunk/Ohana/src/checkastro/src/load_catalogs.c	(revision 40549)
@@ -102,5 +102,5 @@
   int TIME = time(NULL);
   int PID = getpid();
-  snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);
+  snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000);
 
   // load the list of hosts
