Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
87b80d47
Unverified
Commit
87b80d47
authored
Dec 26, 2023
by
Mouse
Committed by
GitHub
Dec 26, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #161 from v0-e/jer-missing-fall-through-comment
jer: Add missing 'fall through' marker comments
parents
8ba0fb77
64f6da09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
skeletons/constr_CHOICE_jer.c
skeletons/constr_CHOICE_jer.c
+1
-0
skeletons/constr_SET_OF_jer.c
skeletons/constr_SET_OF_jer.c
+1
-2
No files found.
skeletons/constr_CHOICE_jer.c
View file @
87b80d47
...
...
@@ -186,6 +186,7 @@ CHOICE_decode_jer(const asn_codec_ctx_t *opt_codec_ctx,
ctx
->
phase
=
1
;
/* Processing body phase */
continue
;
}
/* Fall through */
case
JCK_KEY
:
case
JCK_UNKNOWN
:
...
...
skeletons/constr_SET_OF_jer.c
View file @
87b80d47
...
...
@@ -145,11 +145,10 @@ SET_OF_decode_jer(const asn_codec_ctx_t *opt_codec_ctx,
ctx
->
phase
=
3
;
/* Phase out */
RETURN
(
RC_OK
);
}
case
JCK_OEND
:
/* Fall through */
case
JCK_OEND
:
case
JCK_KEY
:
case
JCK_COMMA
:
case
JCK_ASTART
:
if
(
ctx
->
phase
==
0
)
{
JER_ADVANCE
(
ch_size
);
...
...
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