-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "tools: use initialization rather than assignment to construct…
… serialize descriptors" This reverts commit 23d5954. clang gets confused when seeing brace-init-lists and emits what I see as false positive warnings: lib/exmdb_rpc.cpp:27:28: warning: suggest braces around initialization of subobject [-Wmissing-braces] 27 | exreq_get_named_propids q{exmdb_callid::get_named_propids, deconst(dir), b_create, deconst(ppropnames)}; Since the rules for brace-init-lists are kind of intransparent for human readers as well, do without initialization of this kind.
- Loading branch information
Showing
5 changed files
with
27 additions
and
18 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
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