Date: Tue, 17 Mar 1998 10:36:11 +0200 (IST) From: Eli Zaretskii To: Anthony DOT Appleyard AT umist DOT ac DOT uk cc: DJGPP AT delorie DOT com Subject: Re: Clobbered In-Reply-To: <4AEC033B86@fs2.mt.umist.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 16 Mar 1998, Anthony.Appleyard wrote: > main.cc: In function `int main(int, char **)': > main.cc:268: warning: passing `volatile char *' as argument 1 of > `strlen(const char *)' discards volatile > main.cc:273: warning: passing `volatile char *' as argument 2 of > `strcpy(char *, const char *)' discards volatile > main.cc:49: warning: variable `volatile char * T' might be clobbered by > `longjmp' or `vfork' Please post a minimal complete source that can be compiled and reproduces the warning about clobbering.