Bug 338255

Summary: akonadi-1.12.91/server/src/handler/merge.cpp:56: bad if test ?
Product: [Frameworks and Libraries] Akonadi Reporter: dcb314
Component: serverAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version: 1.12.91   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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.