Fix compilation warnings on MS-Windows
commitdb677f5dfedc0a665211d1113251e77a01e5d5e3
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Oct 2016 16:22:40 +0000 (10 19:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Oct 2016 16:22:40 +0000 (10 19:22 +0300)
treece9e0e8fd3d0f1b4b55205c7c9e3f519a23dbf5c
parentfd45b3f604cd52c17bd32fe27c425bc79545f52c
Fix compilation warnings on MS-Windows

* src/w32.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Remove
definitions of these macros, which seem to be unneeded and cause
compiler warnings.
* src/fileio.c (NOMINMAX): Avoid compiler warnings about unused
macros.
* src/firstfile.c (dummy_main_reference): Rename from 'dummy' and
make it external, to avoid compiler warning.
src/fileio.c
src/firstfile.c
src/w32.c