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

HPCC-33180 Build error on latest Mac compiler #19384

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions common/remote/hooks/azure/azurefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ using namespace Azure::Storage::Files;
using namespace std::chrono;

#define TRACE_AZURE
//#define TEST_AZURE_PAGING

/*
* Azure related comments
Expand All @@ -50,11 +49,6 @@ using namespace std::chrono;
*/
constexpr const char * azureFilePrefix = "azure:";
constexpr const char * azureBlobPrefix = "azureblob:"; // Syntax azureblob:storageplane[/device]/apth
#ifdef TEST_AZURE_PAGING
constexpr offset_t azureReadRequestSize = 50;
#else
constexpr offset_t azureReadRequestSize = 0x400000; // Default to requesting 4Mb each time
#endif

//---------------------------------------------------------------------------------------------------------------------

Expand Down
Loading