[COMMIT osv master] Fix compilation error on older compilers

2017-07-26 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Fix compilation error on older compilers Allowing a static_assert without a separate message string is, unfortunately, a C++17 extension. Older compiler needs this string, as silly as it is. Fixes #896. Signed-off-by: Nadav Har'El -

[PATCH] Fix compilation error on older compilers

2017-07-26 Thread HawxChen
Complete the commit: a675ae787660648a22cef984522e27bafb398bc8. Fixes #896. Signed-off-by: HawxChen --- include/osv/aligned_new.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osv/aligned_new.hh b/include/osv/aligned_new.hh index cd4715b..d50fb07 100644 --- a/inclu

Build failed in Jenkins: osv-build-nightly #1184

2017-07-26 Thread jenkins
See Changes: [Nadav Har'El] Fix compilation error on older compilers -- [...truncated 154.26 KB...] Adding /tests/tst-vblk.so... Adding /tests/tst-bsd-evh.

Re: Build failed in Jenkins: osv-build-nightly #1184

2017-07-26 Thread Nadav Har'El
I'm tracking the recent nightly test failures in https://github.com/cloudius-systems/osv/issues/897 :-( This failure is definitely not related to the specific patches committed last night - the same tst-nway-merger test that crashed tonight crashed also last week, right after the Jenkins machine sw

[COMMIT osv master] Fix compilation error on older compilers

2017-07-26 Thread Commit Bot
From: HawxChen Committer: Avi Kivity Branch: master Fix compilation error on older compilers Complete the commit: a675ae787660648a22cef984522e27bafb398bc8. Fixes #896. Signed-off-by: HawxChen Message-Id: <1501102889-14514-1-git-send-email-yingjheng.c...@gmail.com> Signed-off-by: Avi Kivity