| Summary: | akonadi-1.12.91/server/src/handler/merge.cpp:56: bad if test ? | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | dcb314 |
| Component: | server | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | 1.12.91 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
In master it's fixed. |
akonadi-1.12.91/server/src/handler/merge.cpp:56:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if ( !newItem.rev() > 0 ) {