]> git.ipfire.org Git - thirdparty/make.git/commit
Fix GCC compile warning declaration-after-statement on Windows
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Fri, 9 Jun 2023 14:09:52 +0000 (16:09 +0200)
committerPaul Smith <psmith@gnu.org>
Sat, 1 Jul 2023 16:49:20 +0000 (12:49 -0400)
commit363bdaef8c49f08a0ff38c5b64027f70a0f9d438
tree206cc743a6f3be6906701d9470ec11da20e08143
parentb2bf660abc4611677670b01fcbb0dc94ce2c35f7
Fix GCC compile warning declaration-after-statement on Windows

* src/w32/w32os.c (check_io_state): Move the HANDLE declarations.
src/w32/w32os.c