Brace macro parameter
This commit is contained in:
parent
6f0d5aaee3
commit
9d41b272a1
|
@ -963,7 +963,7 @@ static inline const std::string ansiToOEM(const std::string &msg, bool doConvert
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
// no performance regression on non-windows systems
|
// no performance regression on non-windows systems
|
||||||
#define ansiToOEM(msg, doConvert) msg
|
#define ansiToOEM(msg, doConvert) (msg)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void CppCheckExecutor::reportErr(const std::string &errmsg)
|
void CppCheckExecutor::reportErr(const std::string &errmsg)
|
||||||
|
|
Loading…
Reference in New Issue