autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory src/fzshellext to autoreconf
autoreconf: Entering directory 'src/fzshellext'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I ../../m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I ../../m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:13: installing '../../config/compile'
configure.ac:5: installing '../../config/missing'
Makefile.am: installing '../../config/depcomp'
autoreconf: Leaving directory 'src/fzshellext'
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
configure.ac:590: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:590: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/fz_check_pugixml.m4:3: FZ_CHECK_PUGIXML is expanded from...
configure.ac:590: the top level
configure.ac:590: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
configure.ac:590: You should run autoupdate.
./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
m4/fz_check_pugixml.m4:3: FZ_CHECK_PUGIXML is expanded from...
configure.ac:590: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:21: installing 'config/compile'
configure.ac:15: installing 'config/missing'
locales/Makefile.am:46: warning: '%'-style pattern rules are a GNU make extension
locales/Makefile.am:50: warning: '%'-style pattern rules are a GNU make extension
src/commonui/Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: ‘virtual bool wxWindow::Reparent(wxWindowBase*)’ was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from context_control.cpp:22:
viewheader.h:20:21: note: by ‘static void CViewHeader::Reparent(CViewHeader**, wxWindow*)’
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
filelistctrl.cpp:238:17: warning: ‘gboolean gtk_button_release_event(GtkWidget*, void*, CGtkEventCallbackProxyBase*)’ defined but not used [-Wunused-function]
238 | static gboolean gtk_button_release_event(GtkWidget*, void *gdk_event, CGtkEventCallbackProxyBase *proxy)
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18,
from filelistctrl.h:657,
from LocalListView.h:4,
from LocalListView.cpp:6:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: ‘virtual bool wxWindow::Reparent(wxWindowBase*)’ was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from Mainfrm.cpp:48:
viewheader.h:20:21: note: by ‘static void CViewHeader::Reparent(CViewHeader**, wxWindow*)’
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18,
from filelistctrl.h:657,
from RemoteListView.h:6,
from RemoteListView.cpp:19:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from filelistctrl.cpp:18,
from filelistctrl.h:657,
from search.cpp:7:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from themeprovider.cpp:15:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:731:3: note: declared here
731 | } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:578:26: note: declared here
578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: ‘virtual bool wxWindow::Reparent(wxWindowBase*)’ was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from view.cpp:3:
viewheader.h:20:21: note: by ‘static void CViewHeader::Reparent(CViewHeader**, wxWindow*)’
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
In file included from /usr/include/wx-3.2/wx/window.h:2085,
from /usr/include/wx-3.2/wx/nonownedwnd.h:14,
from /usr/include/wx-3.2/wx/toplevel.h:20,
from /usr/include/wx-3.2/wx/dialog.h:14,
from /usr/include/wx-3.2/wx/msgdlg.h:18,
from msgbox.h:4,
from filezilla.h:6:
/usr/include/wx-3.2/wx/gtk/window.h:77:18: warning: ‘virtual bool wxWindow::Reparent(wxWindowBase*)’ was hidden [-Woverloaded-virtual=]
77 | virtual bool Reparent( wxWindowBase *newParent ) wxOVERRIDE;
| ^~~~~~~~
In file included from viewheader.cpp:2:
viewheader.h:20:21: note: by ‘static void CViewHeader::Reparent(CViewHeader**, wxWindow*)’
20 | static void Reparent(CViewHeader** pViewHeader, wxWindow* parent);
| ^~~~~~~~
In file included from putty.h:10,
from be_misc.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from be_ssh.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from cmdline.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from clicons.c:6:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from callback.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from callback.c:6:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from cproxy.c:12:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from errsock.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from fzsftp.c:1:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from logging.c:12:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from noshare.c:11:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from mainchan.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from portfwd.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from nullplug.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from psftp.c:16:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from pproxy.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from proxy.c:12:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from pinger.c:6:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from settings.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from sftpcommon.c:11:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from misc.h:8:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from sftp.c:11:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from misc.h:8:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh.c:12:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2bpp.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2connection.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2censor.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2connection-client.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2kex-client.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2transhk.c:26:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from ssharcf.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshccp.c:32:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2userauth.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from ssh2transport.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshcommon.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshcrc.c:38:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from sshcrcda.c:25:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from misc.h:8:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshdes.c:61:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshdh.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshdss.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshshare.c:138:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshutils.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshmac.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshverstring.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshzlib.c:45:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from sshzlib.c:44:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from timing.c:33:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from wildcard.c:13:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from x11fwd.c:10:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from conf.c:11:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from conf.c:7:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from console.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from ecc.c:3:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from import.c:11:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from marshal.c:6:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from marshal.c:2:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from memory.c:11:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from memory.c:9:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from misc.c:22:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from misc.c:21:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from mpint.c:6:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from mpint.c:5:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from rfc6979.c:6:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshaes.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshargon2.c:14:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshbcrypt.c:11:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from sshbcrypt.c:9:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshauxcrypt.c:12:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshblake2.c:10:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshblowf.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshdes.c:61:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshdss.c:9:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshecc.c:38:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
sshecc.c:1294:56: warning: missing braces around initializer [-Wmissing-braces]
1294 | static const struct ecsign_extra sign_extra_nistp256 = {
| ^
1295 | ec_p256, &ssh_sha256,
1296 | nistp256_oid, lenof(nistp256_oid), "NIST p256",
| {
1297 | };
| }
sshecc.c:1321:56: warning: missing braces around initializer [-Wmissing-braces]
1321 | static const struct ecsign_extra sign_extra_nistp384 = {
| ^
1322 | ec_p384, &ssh_sha384,
1323 | nistp384_oid, lenof(nistp384_oid), "NIST p384",
| {
1324 | };
| }
sshecc.c:1348:56: warning: missing braces around initializer [-Wmissing-braces]
1348 | static const struct ecsign_extra sign_extra_nistp521 = {
| ^
1349 | ec_p521, &ssh_sha512,
1350 | nistp521_oid, lenof(nistp521_oid), "NIST p521",
| {
1351 | };
| }
In file included from ssh.h:7,
from sshmd5.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshhmac.c:6:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshprng.c:8:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshpubk.c:15:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from sshrand.c:5:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshrsa.c:10:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshsh512.c:10:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshsha.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshsh256.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ssh.h:7,
from sshsha3.c:7:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from puttymem.h:8,
from ssh.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from stripctrl.c:14:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from utils.c:19:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from defs.h:14,
from utils.c:18:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from fzprintf.c:1:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from wcwidth.c:64:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxcons.c:16:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxmisc.c:17:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxutils.c:1:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxpoll.c:6:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxnoise.c:15:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxstore.c:19:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from cmdgen.c:16:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from putty.h:10,
from notiming.c:12:
misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxcliloop.c:3:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxagentc.c:13:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from /usr/include/sys/un.h:37,
from unix/uxagentc.c:10:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxsel.c:15:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxpeer.c:17:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxnoise.c:15:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxnet.c:26:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from /usr/include/sys/un.h:37,
from unix/uxnet.c:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
In file included from ./putty.h:10,
from unix/uxsftp.c:17:
./misc.h:237:9: warning: ‘unreachable’ redefined
237 | #define unreachable(msg) (assert(false && msg), unreachable_internal())
| ^~~~~~~~~~~
In file included from ./putty.h:4:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/include/stddef.h:468:9: note: this is the location of the previous definition
468 | #define unreachable() (__builtin_unreachable ())
| ^~~~~~~~~~~
........................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
.................................. done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ done.
................ done.
done.
.......................................................................................................................................................................................................... done.
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done.
done.
done.
............................................................................................................................................................................................. done.
........................................................................................................................................................................................................................................................................................................................................ done.
.................................................................................................................................................. done.
........................................................................................................................................................................................................................................................................................... done.
done.
............................................................................................................................................................................................. done.
............................................................................................................................................................................................................................................... done.
.......................................................................................................................................................... done.
............................................................................................................................................................................................................................................................................................................................................................................................................................................................ done.
.................................... done.
.............................................................................................. done.
.............................................................................................................................................................................................. done.
..................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................................................... done.
.................................................................................................................................................................................................................................................................... done.
done.
............................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................ done.
........................................................ done.
............................................................. done.
.................................................................................................................................................................................................................................................................................. done.
.............................................................................................................. done.
kab.po.new:6046: warning: internationalized messages should not contain the '\a' escape sequence
kab.po.new:6046: warning: internationalized messages should not contain the '\a' escape sequence
............................................................................................................................................................................................. done.
.............................................................................................................................................................................................................................................................................................................................................................................................. done.
done.
............................................................................................................................................................................................................................................................................................................................................. done.
................................................. done.
............................................................................................................................................................................................. done.
............................................................................................................................................................................................ done.
............................................................................................................................................................................................................................................................................................................................................................................................... done.
done.
............................................................................................................................................................................................... done.
............................................................................................................................................................................................. done.
............................................................................................................................................................................................. done.
.................................................................................................................................................................................................. done.
................................................................................................................................................................................................................................................................. done.
.......................................................................................................................... done.
............................................................................................................................................................................................. done.
............................................................................................................................................................................................. done.
............................................................................................................................................................................................. done.
.............................................................................................................................................................................................. done.
.............................................................................................................................................................................................. done.
.................................................................................................................................................................................................... done.
.................................................................................................................................................................................................................................................................................................................................... done.
........................................................................................................................................................................................................... done.
........................................................................................................................................................................................................................................................ done.
done.
............................................................................................................................................................................................. done.
.....................1861 translated messages., 1 untranslated message.
........................................................1351 translated messages, 511 untranslated messages..
.............................................................................................................. done.
............................................................................................................................................................................................. done.
1861 translated messages, 1 untranslated message.
1715 translated messages, 147 untranslated messages.
1602 translated messages, 260 untranslated messages.
1152 translated messages, 710 untranslated messages.
1861 translated messages, 1 untranslated message.
1438 translated messages, 424 untranslated messages.
1763 translated messages, 99 untranslated messages.
0 translated messages.
1791 translated messages, 71 untranslated messages.
1862 translated messages.
1746 translated messages, 116 untranslated messages.
1662 translated messages, 200 untranslated messages.
1275 translated messages, 587 untranslated messages.
1832 translated messages, 30 untranslated messages.
1139 translated messages, 723 untranslated messages.
1746 translated messages, 116 untranslated messages.
1843 translated messages, 19 untranslated messages.
1861 translated messages, 1 untranslated message.
1631 translated messages, 231 untranslated messages.
he_IL.po.new:11: warning: header field 'Project-Id-Version' still has the initial default value
1674 translated messages, 188 untranslated messages.
1171 translated messages, 691 untranslated messages.
1841 translated messages, 21 untranslated messages.
1623 translated messages, 239 untranslated messages.
675 translated messages, 1187 untranslated messages.
1555 translated messages, 307 untranslated messages.
1862 translated messages.
345 translated messages, 1517 untranslated messages.
1861 translated messages, 1 untranslated message.
40 translated messages, 1822 untranslated messages.
1685 translated messages, 177 untranslated messages.
227 translated messages, 1635 untranslated messages.
1862 translated messages.
1248 translated messages, 614 untranslated messages.
553 translated messages, 1309 untranslated messages.
1184 translated messages, 678 untranslated messages.
1388 translated messages, 474 untranslated messages.
489 translated messages, 1373 untranslated messages.
920 translated messages, 942 untranslated messages.
1623 translated messages, 239 untranslated messages.
1834 translated messages, 28 untranslated messages.
1533 translated messages, 329 untranslated messages.
1780 translated messages, 82 untranslated messages.
1087 translated messages, 775 untranslated messages.
1703 translated messages, 159 untranslated messages.
1532 translated messages, 330 untranslated messages.
1311 translated messages, 551 untranslated messages.
1581 translated messages, 281 untranslated messages.
1791 translated messages, 71 untranslated messages.
1286 translated messages, 576 untranslated messages.
1808 translated messages, 54 untranslated messages.
1615 translated messages, 247 untranslated messages.
1861 translated messages, 1 untranslated message.
1334 translated messages, 528 untranslated messages.
1862 translated messages.
1827 translated messages, 35 untranslated messages.
1861 translated messages, 1 untranslated message.
1812 translated messages, 1 fuzzy translation, 49 untranslated messages.
1831 translated messages, 31 untranslated messages.
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: relinking 'libfzclient-commonui-private.la'
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: '../commonui/libfzclient-commonui-private.la' has not been installed in '/usr/lib'
libtool: warning: '/var/pisi/filezilla-3.69.5-11/work/filezilla-3.69.5/src/engine/libfzclient-private.la' has not been installed in '/usr/lib'
libtool: warning: '../engine/libfzclient-private.la' has not been installed in '/usr/lib'