| Summary: | connect-not-normalized triggered because of spaces around the signature | ||
|---|---|---|---|
| Product: | [Developer tools] clazy | Reporter: | Eugenio <jfrusciante> |
| Component: | general | Assignee: | Mathias Kraus <k.hias> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | smartins |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eugenio
2017-07-04 07:01:47 UTC
For which tool did you want to report this? Qt Creator? Clazy? KDevelop? clazy, somehow I changed id before submitting, sorry. This is not a false positive, in fact that's the whole point of this check. Your signature is not normalized, it will allocate memory. If you have a big project and don't want to fix it then you can disable the check instead. There's a script in KDE somewhere that helps normalizing signatures though I see, I though it applied to parameter types and not to spaces. Thank you. |