Fixed gcc compiler warning (#867)
* Changed spelling FALLTHRU -> FALLTHROUGH
This commit is contained in:
@@ -824,7 +824,7 @@ static void ReadStringConst (int StringTerm)
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* otherwise, fall through */
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
Error ("Unsupported escape sequence in string constant");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user