| commit | 367cef6362f1526b6e5c775a3617757fb74cf3e8 | [log] [tgz] |
|---|---|---|
| author | Dylan Noblesmith <nobled@dreamwidth.org> | Sat Aug 23 21:10:56 2014 +0000 |
| committer | Dylan Noblesmith <nobled@dreamwidth.org> | Sat Aug 23 21:10:56 2014 +0000 |
| tree | e05b36f6a5adbf48eeea9e0b0a6f24ca8eb12639 | |
| parent | 2f9e293e37922ceba3ee6e07e220db91a2f3b0d2 [diff] |
cmake: disable -Wnon-virtual-dtor when it gives false positives clang has only been smart enough not to trigger -Wnon-virtual-dtor warnings on final classes since r208449 (in clang 3.5). Building with older versions is extremely noisy, so disable the warning on those compilers. llvm-svn: 216327