[all-commits] [llvm/llvm-project] 6e934b: [clang] Fix -Wunused-variable in SemaCast.cpp (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Sun Apr 14 10:30:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e934b7cfba8e0c167d2b287a30dfc1b720397c1
https://github.com/llvm/llvm-project/commit/6e934b7cfba8e0c167d2b287a30dfc1b720397c1
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-04-14 (Sun, 14 Apr 2024)
Changed paths:
M clang/lib/Sema/SemaCast.cpp
Log Message:
-----------
[clang] Fix -Wunused-variable in SemaCast.cpp (NFC)
llvm-project/clang/lib/Sema/SemaCast.cpp:503:23:
error: unused variable 'Res' [-Werror,-Wunused-variable]
OverloadingResult Res =
^
1 error generated.
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