Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed Vc abi check warning
  • Loading branch information
Teemperor committed Dec 3, 2017
commit fddd8e926f3dacd24d1f3fdc9c6eea8e92f13dd0
1 change: 1 addition & 0 deletions core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,7 @@ TCling::TCling(const char *name, const char *title)
clingArgsStorage.push_back("-Wno-undefined-inline");
clingArgsStorage.push_back("-fsigned-char");
}
clingArgsStorage.push_back("-DVc_NO_VERSION_CHECK");

std::vector<const char*> interpArgs;
for (std::vector<std::string>::const_iterator iArg = clingArgsStorage.begin(),
Expand Down