We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9e6e9 commit 061c503Copy full SHA for 061c503
flang-rt/lib/amd/amd_alloc.cpp
@@ -37,7 +37,7 @@ static bool debugEnabled;
37
static umpire_resourcemanager resourceManager;
38
static umpire_allocator memoryPool;
39
40
-void *UmpireAlloc(std::size_t AllocationSize, std::int64_t) {
+void *UmpireAlloc(std::size_t AllocationSize, std::int64_t *) {
41
#if ALLOC_DEBUG
42
if (debugEnabled) {
43
std::fprintf(stderr, "[AMD_ALLOC] %s(%zu) (%s:%d)\n", __PRETTY_FUNCTION__,
0 commit comments