]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
removed few warnings. Sergey Yurevich
authorhadaq <hadaq>
Tue, 3 Jun 2008 14:26:53 +0000 (14:26 +0000)
committerhadaq <hadaq>
Tue, 3 Jun 2008 14:26:53 +0000 (14:26 +0000)
hadaq/evtbuild.c

index cd71a0cd72ef8f50961fdea7158c9ef97592dc93..140b3b976f83da54608b92d18865984830c6b16f 100644 (file)
@@ -1,10 +1,10 @@
 static char *rcsId =
-  "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.84 2008-06-03 10:13:21 hadaq Exp $";
+  "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.85 2008-06-03 14:26:53 hadaq Exp $";
 
 
 #define _POSIX_C_SOURCE 199309L
 #define SYSLOG_NAMES
-#define RFIO 
+/* #define RFIO */ 
 
 #include <unistd.h>
 #include <getopt.h>
@@ -81,10 +81,10 @@ typedef struct TheArgsS
   int slowCtrlFileCnt;
   unsigned long isStandalone;
   unsigned long priority;
-  long queueSize;
+  unsigned long queueSize;
   char verbosity[PARAM_MAX_VALUE_LEN];
   unsigned long evtId;
-  long maxFileSz;
+  unsigned long maxFileSz;
   unsigned short no_rpc;
   unsigned int resdownscale;
   unsigned int resnumevents;
@@ -96,7 +96,7 @@ typedef struct TheArgsS
   double resdown_offset;
 
   /* the following arguments are for the variable queue size. S.Y. */
-  long varQSize[MAXINPATH];
+  unsigned long varQSize[MAXINPATH];
   int varQSizeCnt;
   
   unsigned int rfioFlag;