summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixInit.c')
-rw-r--r--unix/tkUnixInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixInit.c b/unix/tkUnixInit.c
index abb4291..3478f5a 100644
--- a/unix/tkUnixInit.c
+++ b/unix/tkUnixInit.c
@@ -41,8 +41,8 @@ TkpInit(
{
TkCreateXEventSource();
GetLibraryPath(interp);
- Tktray_Init(interp);
- SysNotify_Init (interp);
+ (void)Tktray_Init(interp);
+ (void)SysNotify_Init (interp);
return TCL_OK;
}