Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
libnice
Commits
b4b8d662
Commit
b4b8d662
authored
May 28, 2017
by
Fabrice Bellet
Committed by
Olivier Crête
Jun 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stun: fix gcc7 implicit fallthrough warning
Differential Revision:
https://phabricator.freedesktop.org/D1754
parent
195db6b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
stun/stunmessage.c
stun/stunmessage.c
+1
-0
No files found.
stun/stunmessage.c
View file @
b4b8d662
...
...
@@ -120,6 +120,7 @@ stun_message_find (const StunMessage *msg, StunAttribute type,
/* Only fingerprint may come after M-I */
if
(
type
==
STUN_ATTRIBUTE_FINGERPRINT
)
break
;
return
NULL
;
case
STUN_ATTRIBUTE_FINGERPRINT
:
/* Nothing may come after FPR */
...
...
Write
Preview
Markdown
is supported
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