Bug 338255 - akonadi-1.12.91/server/src/handler/merge.cpp:56: bad if test ?
Summary: akonadi-1.12.91/server/src/handler/merge.cpp:56: bad if test ?
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: server (show other bugs)
Version: 1.12.91
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-14 08:08 UTC by dcb314
Modified: 2014-08-14 09:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dcb314 2014-08-14 08:08:50 UTC
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 ) {
Comment 1 Laurent Montel 2014-08-14 09:04:37 UTC
In master it's fixed.