Date: Thu, 4 Mar 2010 16:08:01 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/ed Makefile main.c Message-ID: <201003041608.o24G8AMl046960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
uqs 2010-03-04 16:08:01 UTC
FreeBSD src repository
Modified files:
bin/ed Makefile main.c
Log:
SVN rev 204711 on 2010-03-04 16:08:01Z by uqs
ed(1): make WARNS=6 clean
Although argc and argv are never read after the longjmp is complete,
gcc is not clever enough to see that and needlessly warns about it.
So add volatile to silence the compiler.
Approved by: ed (the co-mentor, not ed(1))
Revision Changes Path
1.35 +0 -1 src/bin/ed/Makefile
1.30 +1 -6 src/bin/ed/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003041608.o24G8AMl046960>
