Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
a3155c42
Commit
a3155c42
authored
9 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
gluon-neighbour-info: fix a few compiler warnings
parent
d3bc707c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/gluon-neighbour-info/src/gluon-neighbour-info.c
+1
-4
1 addition, 4 deletions
package/gluon-neighbour-info/src/gluon-neighbour-info.c
with
1 addition
and
4 deletions
package/gluon-neighbour-info/src/gluon-neighbour-info.c
+
1
−
4
View file @
a3155c42
...
@@ -133,7 +133,6 @@ int main(int argc, char **argv) {
...
@@ -133,7 +133,6 @@ int main(int argc, char **argv) {
int
sock
;
int
sock
;
struct
sockaddr_in6
client_addr
=
{};
struct
sockaddr_in6
client_addr
=
{};
char
*
request_string
=
NULL
;
char
*
request_string
=
NULL
;
struct
in6_addr
mgroup_addr
;
sock
=
socket
(
PF_INET6
,
SOCK_DGRAM
,
0
);
sock
=
socket
(
PF_INET6
,
SOCK_DGRAM
,
0
);
...
@@ -147,9 +146,7 @@ int main(int argc, char **argv) {
...
@@ -147,9 +146,7 @@ int main(int argc, char **argv) {
opterr
=
0
;
opterr
=
0
;
int
port_set
=
0
;
int
max_count
=
0
;
int
destination_set
=
0
;
unsigned
int
max_count
=
0
;
double
timeout
=
3
.
0
;
double
timeout
=
3
.
0
;
char
*
sse
=
NULL
;
char
*
sse
=
NULL
;
bool
loop
=
false
;
bool
loop
=
false
;
...
...
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