Explorar o código

Fixed warning about unused computation result.

Sascha Zelzer %!s(int64=13) %!d(string=hai) anos
pai
achega
13bb56693e

+ 1 - 1
Plugins/org.commontk.eventadmin/dispatch/ctkEALinkedQueue_p.h

@@ -48,7 +48,7 @@ struct ctkEALinkedNode
   {
     if (value && value->autoDelete())
     {
-      !--value->ref;
+      --value->ref;
     }
   }