Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
robotran
mbsysc
Commits
093b1247
Commit
093b1247
authored
Dec 22, 2020
by
Olivier Lantsoght
🏁
Committed by
Olivier Lantsoght
Jan 28, 2021
Browse files
[GenUser] Remove compilation warning "implicit-fallthrough"
parent
bab98dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_app/user_file_generation/src/mbs_print_user_files.c
View file @
093b1247
...
...
@@ -308,9 +308,9 @@ void mbs_print_user_models(MbsInfos* mbs_infos, char *fileoutC, char *fileoutH)
switch
(
mbs_infos
->
user_models
->
user_model_list
[
i
]
->
parameter_list
[
j
]
->
type
)
{
case
2
:
//vector
define_ind
=
1
;
case
5
:
// state
define_ind
=
1
;
break
;
}
}
}
...
...
Write
Preview
Supports
Markdown
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