Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problem with posix_fallocate on AWS Lambda #3195

Merged
merged 2 commits into from
Dec 14, 2018

Conversation

jedelbo
Copy link
Contributor

@jedelbo jedelbo commented Dec 13, 2018

Fixes #3193

@emanuelez
Copy link
Contributor

Here are the compiler warnings:

[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/column_string_enum.cpp: In constructor 'realm::StringEnumColumn::StringEnumColumn(realm::Allocator&, realm::ref_type, realm::ref_type, bool, size_t)':
[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/column_string_enum.cpp:35:53: warning: declaration of 'is_nullable' shadows a member of 'this' [-Wshadow]
[androidArm64Debug]                                     size_t column_ndx)
[androidArm64Debug]                                                      ^
[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/util/file.cpp: In member function 'bool realm::util::File::prealloc_if_supported(realm::util::File::SizeType, size_t)':
[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/util/file.cpp:836:1: warning: control reaches end of non-void function [-Wreturn-type]
[androidArm64Debug]  }
[androidArm64Debug]  ^
[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/table_view.cpp: In member function 'void realm::TableViewBase::to_string(std::ostream&, size_t) const':
[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/table_view.cpp:443:64: warning: declaration of 'limit' shadows a member of 'this' [-Wshadow]
[androidArm64Debug]  void TableViewBase::to_string(std::ostream& out, size_t limit) const
[androidArm64Debug]                                                                 ^
[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/table_view.cpp: In member function 'void realm::TableViewBase::limit(realm::LimitDescriptor)':
[androidArm64Debug] /home/jenkins/workspace/realm_realm-core_PR-3195-BIPQQQ2QGOMZ2QY42PM55MCDI737SVJG2WNAIB7GASWWJTZXEZQA@3/src/realm/table_view.cpp:707:48: warning: declaration of 'limit' shadows a member of 'this' [-Wshadow]
[androidArm64Debug]  void TableViewBase::limit(LimitDescriptor limit)
[androidArm64Debug]                                                 ^

@jedelbo jedelbo force-pushed the je/fix-fallocate-problem branch from 938f752 to 07ad6c1 Compare December 14, 2018 09:06
@jedelbo jedelbo merged commit fb3faa8 into master Dec 14, 2018
@jedelbo jedelbo deleted the je/fix-fallocate-problem branch December 14, 2018 09:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support AWS Lambda
3 participants