netsurf/frontends
Michael Drake df79047cb6 GTK: Squash a couple of warnings from GCC 8.2.
frontends/gtk/download.c: In function ‘nsgtk_download_do’:
frontends/gtk/download.c:238:24: warning: cast between incompatible function
types from ‘void (*)(GtkTreePath *)’ {aka ‘void (*)(struct _GtkTreePath *)’}
to ‘void (*)(void *, void *)’ [-Wcast-function-type]
   g_list_foreach(rows, (GFunc)gtk_tree_path_free, NULL);
                        ^
frontends/gtk/download.c:239:24: warning: cast between incompatible function
types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
   g_list_foreach(rows, (GFunc)g_free, NULL);
                        ^
2018-11-03 08:39:05 +00:00
..
amiga Add a TODO for history context menu 2018-09-27 00:23:36 +01:00
atari Atari: Delete commented out code. 2018-08-15 09:56:47 +01:00
beos Haiku: use the native locale API to get the language name 2018-08-21 21:17:12 +02:00
framebuffer fix framebuffer BUILD libpng flags on freebsd 2018-09-07 12:23:39 +01:00
gtk GTK: Squash a couple of warnings from GCC 8.2. 2018-11-03 08:39:05 +00:00
monkey correctly setup feature flags 2018-09-06 21:34:51 +01:00
riscos RISC OS: Propagate 401 login setup error back to core. 2018-08-15 08:43:08 +01:00
windows update copyright years and versions in docs and readme 2018-08-29 10:40:36 +01:00
Makefile Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00