[all-commits] [llvm/llvm-project] 8552a8: [DependencyScanning] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Nov 7 16:15:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8552a8fbffd0573331ce2790784d090349fd885b
https://github.com/llvm/llvm-project/commit/8552a8fbffd0573331ce2790784d090349fd885b
Author: Kazu Hirata <kazu at google.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.cpp
Log Message:
-----------
[DependencyScanning] Fix warnings
This patch fixes:
clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.cpp:733:10:
error: unused variable 'ArgSize' [-Werror,-Wunused-variable]
clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.cpp:735:15:
error: unused variable 'FirstArg' [-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