Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
35e09556
Commit
35e09556
authored
Dec 31, 1998
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
* packet_ignore.c (do_ignore): Mark arguments as UNUSED.
Rev: src/packet_ignore.c:1.7
parent
6f76c238
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/packet_ignore.c
+2
-2
2 additions, 2 deletions
src/packet_ignore.c
with
2 additions
and
2 deletions
src/packet_ignore.c
+
2
−
2
View file @
35e09556
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
#include
"xalloc.h"
#include
"xalloc.h"
static
int
do_ignore
(
struct
packet_handler
*
closure
,
static
int
do_ignore
(
struct
packet_handler
*
closure
UNUSED
,
struct
ssh_connection
*
connection
,
struct
ssh_connection
*
connection
UNUSED
,
struct
lsh_string
*
packet
)
struct
lsh_string
*
packet
)
{
{
lsh_string_free
(
packet
);
lsh_string_free
(
packet
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment