Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing of command line options for {amp,int6k,plc}rate and int6k… #121

Merged
merged 1 commit into from
Oct 19, 2018

Conversation

mhei
Copy link
Contributor

@mhei mhei commented Oct 17, 2018

…baud

When compiling with -Wimplicit-fallthrough= I noticed that compiler
warned about several statements which may fall through. After inspection
I'm sure that falling through is not desired behavior but simply
a break is missing in all cases.

So let's fix the unwanted side-effects which occur at the moment
when using the affected command line options.

Signed-off-by: Michael Heimpold [email protected]

…baud

When compiling with -Wimplicit-fallthrough= I noticed that compiler
warned about several statements which may fall through. After inspection
I'm sure that falling through is not desired behavior but simply
a break is missing in all cases.

So let's fix the unwanted side-effects which occur at the moment
when using the affected command line options.

Signed-off-by: Michael Heimpold <[email protected]>
@n1000 n1000 merged commit 1726f91 into qca:master Oct 19, 2018
@mhei mhei deleted the cmdline-option-fixes branch October 27, 2018 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants