1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 08:12:11 -07:00

Removing obsolete warning avoidance on freebsd.

Copied from Perforce
 Change: 178995
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-08-21 16:21:19 +01:00
parent 9e1e89cc6c
commit 7372776f73

View file

@ -608,16 +608,11 @@ int main(int argc, char *argv[])
EventProc proc;
Res res;
#if !defined(MPS_OS_FR)
/* GCC -ansi -pedantic -Werror on FreeBSD will fail here
* with the warning "statement with no effect". */
assert(CHECKCONV(ulongest_t, Word));
assert(CHECKCONV(ulongest_t, Addr));
assert(CHECKCONV(ulongest_t, void *));
assert(CHECKCONV(unsigned, EventCode));
assert(CHECKCONV(Addr, void *)); /* for labelled pointers */
#endif
filename = parseArgs(argc, argv);