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);
|
||||
break;
|
||||
default:
|
||||
;
|
||||
}
|
||||
|
||||
if (mult != 0) {
|
||||
|
||||
Reference in New Issue
Block a user