Skip to content

Commit

Permalink
Tk.xs: add missing OUTPUT: RETVAL for Tk_Grab
Browse files Browse the repository at this point in the history
Address ParseXS warning:

Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in Tk.xs, line 1030
  • Loading branch information
chrstphrchvz authored Mar 13, 2021
1 parent 1d43c8a commit 2454e99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tk.xs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2454e99

Please sign in to comment.