Kaydet (Commit) 84b279b8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

That syntax is fine with MSVC 2015 now

Change-Id: I83fee880e1248dd874f7f459aa670c74deda6a7d
üst 93160bcb
......@@ -819,7 +819,7 @@ namespace {
WatchdogTimings::WatchdogTimings()
: maTimingValues
#ifdef _MSC_VER
#if defined _MSC_VER && _MSC_VER <= 1800
// note: Apple clang's parser segfaults on this
(
#else
......@@ -828,7 +828,7 @@ WatchdogTimings::WatchdogTimings()
#endif
{{6, 20} /* 1.5s, 5s */, {20, 120} /* 5s, 30s */,
{60, 240} /* 15s, 60s */, {60, 240} /* 15s, 60s */}
#ifdef _MSC_VER
#if defined _MSC_VER && _MSC_VER <= 1800
)
#else
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment