Skip to content

Commit ba5a1ce

Browse files
committed
Fixed warning
1 parent 515e422 commit ba5a1ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/jrd/CharSetContainer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bool CharSetContainer::destroy(thread_db* tdbb, CharSetContainer* container)
5757
return false;
5858
}
5959

60-
ObjectType CharSetVers::objectType()
60+
ObjectType CharSetVers::objectType() noexcept
6161
{
6262
return obj_charset;
6363
}

src/jrd/Function.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ ScanResult Function::reload(thread_db* tdbb, ObjectBase::Flag /*unused*/)
483483
return found ? ScanResult::COMPLETE : ScanResult::MISS;
484484
}
485485

486-
ObjectType Function::objectType()
486+
ObjectType Function::objectType() noexcept
487487
{
488488
return obj_udf;
489489
}

0 commit comments

Comments
 (0)