1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-18 11:31:00 -05:00

Fix various small compiler warnings, mostly unused local variables

[originally from svn r1218]
This commit is contained in:
Simon Tatham
2001-08-28 08:08:43 +00:00
parent 493d34c655
commit ea27f048f9
6 changed files with 7 additions and 14 deletions

View File

@ -74,6 +74,8 @@ int random_byte(void)
{
MessageBox(hwnd, "Internal Error", APPNAME, MB_OK | MB_ICONERROR);
exit(0);
/* this line can't be reached but it placates MSVC's warnings :-) */
return 0;
}
/*