michaelh added inline comments.

INLINE COMMENTS

> idutils.h:49
> +    return *(reinterpret_cast<DocId*>(arr));
>  }
>  

@alexeymin: This will become

  return DocumentId(devId, inode);

The warning should be gone after that.

REPOSITORY
  R293 Baloo

REVISION DETAIL
  https://phabricator.kde.org/D10825

To: michaelh, adridg, #baloo, #frameworks
Cc: alexeymin, ashaposhnikov, michaelh, kmorwinski, spoorun, nicolasfella

Reply via email to