Add -Wno-delete-non-virtual-dtor to default cxxflags
authorPyry Haulos <phaulos@google.com>
Thu, 15 Dec 2016 12:11:43 +0000 (14:11 +0200)
committerPyry Haulos <phaulos@google.com>
Thu, 15 Dec 2016 12:19:31 +0000 (08:19 -0400)
commit2830f66396ebea65a3877aa5d88e99cbae2304d7
tree1fceafd27351bacbb01dd4332de8acde54d2bc37
parentbdd0a62ee565d0e7e07f05ddb95217d532e407cb
Add -Wno-delete-non-virtual-dtor to default cxxflags

That warning generates some false negatives that are hard to work
around.

Change-Id: Ib451eca3af7bf2a6bfd24aa966f89496257b9f0d
framework/delibs/cmake/CFlags.cmake