Parse warning
A parse warning may reduce maintainability of the code, or it may indicate a serious error. A parse warning from the Coverity parser may indicate a bug, or poor coding practice
/src/mongo/idl/server_parameter_specialized_test.h:65: PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE 121907 type qualifier on return type is meaningless
- is caused by
-
SERVER-62253 Extend IDL compiler to support specialized and non-specialized cluster server parameters
-
- Closed
-