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 3c5493b commit ee95e7cCopy full SHA for ee95e7c
flang-rt/include/flang-rt/runtime/descriptor.h
@@ -30,7 +30,7 @@
30
#include <cstring>
31
32
/// Value used for asyncObject when no specific stream is specified.
33
-static constexpr void *kNoAsyncObject = nullptr;
+static constexpr std::int64_t *kNoAsyncObject = nullptr;
34
35
namespace Fortran::runtime {
36
0 commit comments