Revision caffabc79833c6378365fabd589187224fb1c0cc authored by Thiago Macieira on 21 March 2013, 20:51:51 UTC, committed by The Qt Project on 23 March 2013, 00:55:58 UTC
Apple Clang 4.2 has a new warning, letting you know when a private
member isn't used by any member function (and, I guess, if the class
has no friends):

  private field 'd' is not used [-Werror,-Wunused-private-field]

Qt has a few of those for future expansion. It's not an error for us.

Change-Id: Id2edb1159589572f97a07f93181c9c96c5dd983c
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: David Faure <david.faure@kdab.com>
1 parent 1622dca
History

back to top