Squash -Winconsistent-missing-override that comes up due to CRTP.

Sometimes these methods are overriding, sometimes they're not.
Unfortunately, there's not a very consistent solution, so just disable
the warning in these two .cpp files.

No functionality change.

Swift SVN r25604
This commit is contained in:
Jordan Rose
2015-02-27 18:30:48 +00:00
parent 3d60a205bd
commit 373f8d6ada
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,8 @@
#include "NonFixedTypeInfo.h"
#include "StructMetadataLayout.h"
#pragma clang diagnostic ignored "-Winconsistent-missing-override"
using namespace swift;
using namespace irgen;