Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
b6ef8f6c
Commit
b6ef8f6c
authored
Feb 23, 2006
by
Niels Möller
Browse files
(request_shell): Mark continuation and exception arguments as UNUSED.
Rev: src/client.c:1.166.2.20
parent
9a0279a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
b6ef8f6c
...
...
@@ -332,8 +332,8 @@ make_open_session_command(struct ssh_channel *channel)
DEFINE_COMMAND
(
request_shell
)
(
struct
command
*
s
UNUSED
,
struct
lsh_object
*
x
,
struct
command_continuation
*
c
,
struct
exception_handler
*
e
)
struct
command_continuation
*
c
UNUSED
,
struct
exception_handler
*
e
UNUSED
)
{
CAST_SUBTYPE
(
ssh_channel
,
channel
,
x
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment