Commit 729cbe7
Eero Aaltonen
Move return so that switch has default case
When a project using docopt.cpp is built with `-Werror=switch-default`
option, there's an error
```
error: switch missing default case [-Werror=switch-default]
```
which this fixes.
Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>1 parent 400e6dd commit 729cbe7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | | - | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments