From: jpr Date: Tue, 24 May 2005 07:20:17 +0000 (+0000) Subject: to avoid gcc warnings X-Git-Tag: Version1.2.bp~668 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=43a0fcf2e8cc6a1229c3b5b9f6f8c0818776facb;p=gdcm.git to avoid gcc warnings --- diff --git a/src/gdcmmpeg2/src/mpeg2enc/readpic.c b/src/gdcmmpeg2/src/mpeg2enc/readpic.c index 3ce6d65c..c65e7e75 100644 --- a/src/gdcmmpeg2/src/mpeg2enc/readpic.c +++ b/src/gdcmmpeg2/src/mpeg2enc/readpic.c @@ -41,7 +41,7 @@ static void border_extend _ANSI_ARGS_((unsigned char *frame, int w1, int h1, static void conv444to422 _ANSI_ARGS_((unsigned char *src, unsigned char *dst)); static void conv422to420 _ANSI_ARGS_((unsigned char *src, unsigned char *dst)); -int pbm_getint(FILE *file); //forward declaration +int pbm_getint(FILE *file); /*forward declaration */ void readframe(fname,frame) char *fname;