[all-commits] [llvm/llvm-project] bfe4c5: [flang] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Dec 13 17:37:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfe4c5cc0bb0518c0ad137c0ee715e9f9e839a93
https://github.com/llvm/llvm-project/commit/bfe4c5cc0bb0518c0ad137c0ee715e9f9e839a93
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M flang/lib/Lower/PFTBuilder.cpp
Log Message:
-----------
[flang] Fix a warning
This patch fixes:
flang/lib/Lower/PFTBuilder.cpp:1042:6: error: function 'dumpScope'
is not needed and will not be emitted
[-Werror,-Wunneeded-internal-declaration]
More information about the All-commits
mailing list