[all-commits] [llvm/llvm-project] 39e914: Fix unused variable warning in Protocol.cpp, NFCI
karka228 via All-commits
all-commits at lists.llvm.org
Mon Apr 6 23:42:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 39e9149d8e12d77cd389f55860ac2cb9a30b4552
https://github.com/llvm/llvm-project/commit/39e9149d8e12d77cd389f55860ac2cb9a30b4552
Author: Karl-Johan Karlsson <karl-johan.karlsson at ericsson.com>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/Protocol.cpp
Log Message:
-----------
Fix unused variable warning in Protocol.cpp, NFCI
Fixed gcc warning:
clang-tools-extra/clangd/Protocol.cpp:300:16: warning: unused variable 'SemanticHighlighting' [-Wunused-variable]
More information about the All-commits
mailing list