Go to file
Josh Stone e6b21626a5 libutils: Fix an improper const-cast in RefBase
Under Fedora 15 Beta, gcc 4.6.0 warns:

  frameworks/base/libs/utils/RefBase.cpp: In member function
    ‘void android::RefBase::weakref_type::trackMe(bool, bool)’:
  frameworks/base/libs/utils/RefBase.cpp:483:67: error: passing
    ‘const android::RefBase::weakref_impl’ as ‘this’ argument of
    ‘void android::RefBase::weakref_impl::trackMe(bool, bool)’
    discards qualifiers [-fpermissive]

trackMe is not a const function, so don't use const in the static_cast
to a weakref_impl pointer.

Change-Id: I3c9ba73eb127985f5f54197ffecf2939c50f632c
2011-04-22 11:13:35 -07:00
cmds KeyStore: Update the parameters of generating master keys. 2010-10-01 01:42:55 +08:00
include Runtime resource overlay, iteration 1. 2011-04-01 14:12:10 +02:00
libs libutils: Fix an improper const-cast in RefBase 2011-04-22 11:13:35 -07:00
opengl Merge from gingerbread 2011-03-29 13:54:43 -07:00
services/surfaceflinger am 239fd805: Merge "fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE)" into gingerbread 2011-01-25 14:46:40 -08:00
vpn
MODULE_LICENSE_APACHE2
NOTICE Fix omission in NOTICE file. 2011-01-18 15:25:32 -08:00