From 2454e99adf7f220f6c42adea3198d503fa6726e4 Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Sat, 13 Mar 2021 06:37:05 -0600 Subject: [PATCH] Tk.xs: add missing OUTPUT: RETVAL for Tk_Grab Address ParseXS warning: Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in Tk.xs, line 1030 --- Tk.xs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tk.xs b/Tk.xs index 61070650..5bee43f1 100644 --- a/Tk.xs +++ b/Tk.xs @@ -1028,6 +1028,8 @@ CODE: Lang_CmdInfo *info = WindowCommand(win,NULL,3); RETVAL = Tk_Grab(info->interp,info->tkwin,global); } +OUTPUT: + RETVAL SV * Widget(win,path)