Try to work around MacOS 10.9 warning.

This commit is contained in:
Axel Naumann 2015-03-24 15:07:12 +01:00 committed by sftnight
parent 5cd294491b
commit a0dfd6f352

View File

@ -252,7 +252,7 @@ namespace cling {
<< "enerating debug symbols\n";
}
else {
std::array<clang::CodeGenOptions::DebugInfoKind, 5> DebInfos = {
std::array<clang::CodeGenOptions::DebugInfoKind, 5> DebInfos {
clang::CodeGenOptions::NoDebugInfo,
clang::CodeGenOptions::LocTrackingOnly,
clang::CodeGenOptions::DebugLineTablesOnly,