-
Notifications
You must be signed in to change notification settings - Fork 3
Closed as not planned
Labels
wontfixThis will not be worked onThis will not be worked on
Description
https://github.com/tarantool/tarantool/actions/runs/3210914841/jobs/5249710180
checkpatch finds an error in macro:
Macro argument 'PROTO_TYPE' may be better as '(PROTO_TYPE)' to avoid precedence issues
#define PROTO_TOSTRING(PROTO_TYPE, VAR_NAME) \
std::string PROTO_TYPE##ToString(const PROTO_TYPE & (VAR_NAME))
However, if i place PROTO_TYPE in parentheses, compilation error occurred, so I think it is a false positive.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on