Add semicolon to empty default case to silence warning.
This commit is contained in:
@@ -372,6 +372,7 @@ get_num(const char *val)
|
|||||||
mult = sizeof(int);
|
mult = sizeof(int);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mult != 0) {
|
if (mult != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user