error: cannot use dynamic_cast with -fno-rtti

...with recent Clang trunk towards 3.4

Change-Id: Ie0991c7bd560c30551aeaada426382a889b46391
This commit is contained in:
Stephan Bergmann
2013-08-06 17:57:45 +02:00
parent 0594447703
commit 653cdcf50c
6 changed files with 12 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ class CheckConfigMacros
virtual void Defined( const Token& macroToken, const MacroDirective* info, SourceRange Range ) override;
#endif
#endif
enum { isPPCallback = true };
private:
void checkMacro( const Token& macroToken, SourceLocation location );
std::set< string > configMacros;