* hookapi.cc (hook_or_detect_cygwin): Prevent i from being considered

uninitialized by gcc.
This commit is contained in:
Christopher Faylor
2011-02-09 15:46:00 +00:00
parent 7a5f322c35
commit 27239c6372
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-02-09 Christopher Faylor <me+cygwin@cgf.cx>
* hookapi.cc (hook_or_detect_cygwin): Prevent i from being considered
uninitialized by gcc.
2011-02-09 Christopher Faylor <me+cygwin@cgf.cx>
* exception.h: Remove DEBUG_EXCEPTION left over debugging ifdef.