Eliminate 'scope of variable can be reduced' warning in write_fault_handler
authorIvan Maidanski <ivmai@mail.ru>
Wed, 19 Oct 2016 08:42:24 +0000 (11:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 19 Oct 2016 08:42:40 +0000 (11:42 +0300)
commita117f6c50b082cdd5696af179e6167e5248358b6
tree862d4ad0c18872808de3522b3b48e38f9124e6e3
parentd040133bc12c7d5f9adad2a681a066abb453f786
Eliminate 'scope of variable can be reduced' warning in write_fault_handler

* os_dep.c [!DARWIN] (GC_write_fault_handler): Move "i" local variable
declaration to the inner scope where the variable is actually used.
os_dep.c