Skip to content

Commit

Permalink
Fixed report warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 19, 2023
1 parent 9f7b143 commit 43658d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/mac/dump_syms.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DumpSymbols {
selected_object_name_(),
enable_multiple_(enable_multiple),
module_name_(module_name),
prefer_extern_name_(prefer_extern_name) {},
prefer_extern_name_(prefer_extern_name),
report_warnings_(true) {}
~DumpSymbols() = default;

Expand Down

0 comments on commit 43658d1

Please sign in to comment.