-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
heaptrace: Resolve some warnings found by clang-tidy
This patch fixes the following clang-tidy warnings. src/heaptrace.cc:117:8: warning: Value stored to 'old_libpath' during its initialization is never read src/libheaptrace.cc:71:8: warning: Value stored to 'tfs' during its initialization is never read src/libheaptrace.cc:171:24: warning: function previously declared with an explicit exception specification red eclared with an implicit exception specification src/libheaptrace.cc:189:24: warning: function previously declared with an explicit exception specification red eclared with an implicit exception specification src/stacktrace.cc:310:10: warning: Value stored to 'count' during its initialization is never read src/utils.cc:24:2: warning: Value stored to 'ret' is never read Signed-off-by: Honggyu Kim <[email protected]>
- Loading branch information
1 parent
864936f
commit 877f601
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters