Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
6ef2f2a9
Commit
6ef2f2a9
authored
May 30, 2017
by
Erwan Croze
👋🏻
Browse files
Fix LINPHONE_NO_BREAK definition
parent
41a1f556
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/linphone/defs.h
include/linphone/defs.h
+1
-1
No files found.
include/linphone/defs.h
View file @
6ef2f2a9
...
...
@@ -51,7 +51,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
/* Macro telling GCC that a 'break' statement has been deliberately omitted
* in switch block */
#ifndef LINPHONE_NO_BREAK
#ifdef __GNUC__
#if
def
ined(__GNUC__) &&
__GNUC__
>= 7
#define LINPHONE_NO_BREAK __attribute__((fallthrough))
#else
#define LINPHONE_NO_BREAK
...
...
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