Ignore 'attribute declaration must precede definition' for fwd decl maps.
This commit is contained in:
parent
6bdb9af57d
commit
69c522b596
@ -63,6 +63,7 @@ namespace cling {
|
||||
|
||||
// Suppress some unfixable warnings.
|
||||
m_Out << "#pragma clang diagnostic ignored \"-Wkeyword-compat\"" << "\n";
|
||||
m_Out << "#pragma clang diagnostic ignored \"-Wignored-attributes\"" <<"\n";
|
||||
|
||||
std::vector<std::string> macrodefs;
|
||||
if (printMacros) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user