[all-commits] [llvm/llvm-project] 3e3b02: [Object] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri May 23 09:32:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e3b02ff52b7e16e8adc29910a110b6fe363c9fd
https://github.com/llvm/llvm-project/commit/3e3b02ff52b7e16e8adc29910a110b6fe363c9fd
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M llvm/unittests/Object/OffloadingBundleTest.cpp
Log Message:
-----------
[Object] Fix warnings
This patch fixes:
llvm/unittests/Object/OffloadingBundleTest.cpp:56:19: error: unused
variable 'mbuf' [-Werror,-Wunused-variable]
llvm/unittests/Object/OffloadingBundleTest.cpp:57:13: error: unused
variable 'FileName' [-Werror,-Wunused-variable]
llvm/unittests/Object/OffloadingBundleTest.cpp:72:19: error: unused
variable 'mbuf' [-Werror,-Wunused-variable]
llvm/unittests/Object/OffloadingBundleTest.cpp:73:13: error: unused
variable 'FileName' [-Werror,-Wunused-variable]
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