mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-15 01:57:40 -05:00
Unix makefile now uses -O2, which massively cuts down key exchange
time. This gives rise to a whole bunch of spare warnings, one or two of which might have been actual bugs; now all resolved. [originally from svn r3134]
This commit is contained in:
@ -287,9 +287,9 @@ void panels_add(Panels *panels, GtkWidget *child)
|
||||
|
||||
void panels_switch_to(Panels *panels, GtkWidget *target)
|
||||
{
|
||||
GtkWidget *child;
|
||||
GtkWidget *child = NULL;
|
||||
GList *children;
|
||||
gboolean changed;
|
||||
gboolean changed = FALSE;
|
||||
|
||||
g_return_if_fail(panels != NULL);
|
||||
g_return_if_fail(IS_PANELS(panels));
|
||||
|
Reference in New Issue
Block a user