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:
parent
9e1e89cc6c
commit
7372776f73
1 changed files with 0 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue