OSDN Git Service

Merge change 6571
authorAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 10 Jul 2009 23:23:23 +0000 (16:23 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 10 Jul 2009 23:23:23 +0000 (16:23 -0700)
commit06f88f578976fc5fe75cede1b556185931406186
tree488a445727f39279a0affa4528ef8535e09e52f2
parenta14deb7eaf2d524cabb4b40aaad7b935b142bdb3
parent73a075d8b2e91dd154123117105095ee3cf35e3a
Merge change 6571

* changes:
  Since we're using gcc 4.4 in master, we can use the -Werror= option to make not having a virtual destructor in classes with virtual methods an error. I already fixed all code that had this problem, so now it's a matter of turning the option on. Also, as long as we don't have any C-specific options, it's probably best to copy the CPP flags from the C flags. We can always break them out later.