Skip to content

Commit e8671c1

Browse files
author
lind
committed
fix build errors
1 parent cd565b5 commit e8671c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/data_loader/file_data_loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ FileDataLoader::~FileDataLoader() {
7676
::close(fd_);
7777
}
7878

79-
Result<int> getFDFromUri(const char* file_descriptor_uri) {
79+
static Result<int> getFDFromUri(const char* file_descriptor_uri) {
8080
// check if the uri starts with the prefix "fd://"
8181
ET_CHECK_OR_RETURN_ERROR(
8282
strncmp(

0 commit comments

Comments
 (0)