Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
This commit is contained in:
@@ -107,7 +107,7 @@ struct RoadStopResolverObject : public ResolverObject {
|
||||
case VSG_SCOPE_PARENT: {
|
||||
TownScopeResolver *tsr = this->GetTown();
|
||||
if (tsr != nullptr) return tsr;
|
||||
FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
}
|
||||
default: return ResolverObject::GetScope(scope, relative);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user