[all-commits] [llvm/llvm-project] da7ce5: [flang] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Aug 29 16:00:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da7ce5268026c178e62cef5072bbcba3ab387794
https://github.com/llvm/llvm-project/commit/da7ce5268026c178e62cef5072bbcba3ab387794
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M flang-rt/lib/runtime/descriptor.cpp
Log Message:
-----------
[flang] Fix a warning
This patch fixes:
flang-rt/lib/runtime/descriptor.cpp:30:19: error: first argument in
call to 'memcpy' is a pointer to non-trivially copyable type
'Fortran::runtime::Descriptor' [-Werror,-Wnontrivial-memcall]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list