]> git.eshelyaron.com Git - emacs.git/commit
Avoid compiler warning on MS-Windows due to clone_file
authorEli Zaretskii <eliz@gnu.org>
Wed, 14 Sep 2016 17:46:59 +0000 (20:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 14 Sep 2016 17:46:59 +0000 (20:46 +0300)
commitfc77d04659f0be28041da9f924ec3525f1c3cdeb
tree118b3f57f3b0787fcc188692c9cf54fcb2418d71
parent5ad238bf28f67304b942f03d3d5fc8d14d1268a8
Avoid compiler warning on MS-Windows due to clone_file

* src/fileio.c (clone_file): Condition on !WINDOWSNT, since the
call to it is not compiled in that build, and having it defined
causes compiler warnings.
src/fileio.c