1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

tcl: fix compiler warning (issue #128)

This commit is contained in:
Sébastien Helleu
2018-01-05 14:58:53 +01:00
parent eb54230760
commit d23b52efdb
+4
View File
@@ -318,6 +318,10 @@ weechat_tcl_load (const char *filename, const char *code)
Tcl_Interp *interp;
struct stat buf;
/* make C compiler happy */
/* TODO: implement load of code in TCL */
(void) code;
if (stat (filename, &buf) != 0)
{
weechat_printf (NULL,