mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add semicolon to empty default case to silence warning.
This commit is contained in:
parent
94a48596a3
commit
c01df1d365
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ get_num(const char *val)
|
|||
mult = sizeof(int);
|
||||
break;
|
||||
default:
|
||||
;
|
||||
}
|
||||
|
||||
if (mult != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue