diff options
-rw-r--r-- | src/plugins/tcl/weechat-tcl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c index d06bfefb8..4d0c2179d 100644 --- a/src/plugins/tcl/weechat-tcl.c +++ b/src/plugins/tcl/weechat-tcl.c @@ -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, |