Commit 3fb13fb
committed
fix: initialize hook field in LogEntryContent constructor to fix clang-tidy warning
cppcoreguidelines-pro-type-member-init: constructor does not initialize field 'hook' in taxi/uservices/userver/universal/src/logging/dynamic_debug.hpp. Add explicit default initialization of LogEntryContentHook hook{} in the member initializer list.
This fixes errors introduced in rXXXXXX.
commit_hash:08b7abca0fd3dba3f1e28cb43743e8b4461d2df91 parent 0d5bfc5 commit 3fb13fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments