summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-11-03 08:38:04 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-11-03 08:39:05 +0000
commitdf79047cb62c26755f35083557686828849008b3 (patch)
tree0f85d72328c370f792f193c3b1fd662458745680 /Makefile.defaults
parente275b3175b710d3289e83bf0130bd0504951adc2 (diff)
downloadnetsurf-df79047cb62c26755f35083557686828849008b3.tar.gz
netsurf-df79047cb62c26755f35083557686828849008b3.tar.bz2
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); ^
Diffstat (limited to 'Makefile.defaults')
0 files changed, 0 insertions, 0 deletions