]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix warning about uninitialized variable.
authorTim Kosse <tim.kosse@filezilla-project.org>
Tue, 11 Aug 2015 08:44:00 +0000 (10:44 +0200)
committerSimon Tatham <anakin@pobox.com>
Sat, 15 Aug 2015 12:54:39 +0000 (13:54 +0100)
commit05c7678fdb44a76eb7237b4f1a8cb206a26b22ca
treeb20ae021182c35e71e936880cbe0f5fd62a6a76f
parent5f37d92450825600abf4a39ece396ddf4932af63
Fix warning about uninitialized variable.

Some MinGW versions do not know that assert(0) never returns. This
change also handles the case of building with NDEBUG.
import.c