]> Creatis software - gdcm.git/blobdiff - src/gdcmjpegls/Decoder/global.c
Add some comments on the 'Patient Position'
[gdcm.git] / src / gdcmjpegls / Decoder / global.c
index 9375585e8e0e834e59984da2e57c7e235dc28f39..768a3ead7a4e3ec1148bc20bc8ff2f295e9c79f5 100644 (file)
@@ -145,8 +145,8 @@ void *safecalloc(size_t numels, size_t size) {
 
 double get_utime()
 {
-  clock_t c;
-  (void)c;
+  /*clock_t c;
+  (void)c;*/
 
   return (double)clock()/CLOCKS_PER_SEC;
 }
@@ -333,7 +333,7 @@ char *ttyfilename = "CON";
 void fprint_disclaimer(FILE *fp, int nopause)
 {
   char *p0, *p1;
-  FILE *ttyf;
+  FILE *ttyf = NULL;
   int  i; /*, c;*/
 
   nopause = nopause | !isatty(fileno(fp));