[all-commits] [llvm/llvm-project] dc7897: [BOLT][NFC] Fix unused variable warning (#93323)
Sayhaan Siddiqui via All-commits
all-commits at lists.llvm.org
Fri May 24 10:33:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc7897aed3934fb5abd21654303d5c1593edc55e
https://github.com/llvm/llvm-project/commit/dc7897aed3934fb5abd21654303d5c1593edc55e
Author: Sayhaan Siddiqui <49014204+sayhaan at users.noreply.github.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M bolt/lib/Rewrite/DWARFRewriter.cpp
Log Message:
-----------
[BOLT][NFC] Fix unused variable warning (#93323)
This fixes
```
warning: variable 'AbbrDecl' set but not used [-Wunused-but-set-variable]
76 | if (const DWARFAbbreviationDeclaration *AbbrDecl =
```
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