mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
tcl: fix compiler warning (issue #128)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user