From 04ead31a7a65077f655c04e7ee388a59f840730a Mon Sep 17 00:00:00 2001 From: U-WW002\z003ksxf Date: Wed, 15 Jun 2016 13:52:58 +0200 Subject: [PATCH] fixed cpp errors in containers_cpp/test/main.cc --- containers_cpp/test/main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/containers_cpp/test/main.cc b/containers_cpp/test/main.cc index 7d8f160..f63e957 100644 --- a/containers_cpp/test/main.cc +++ b/containers_cpp/test/main.cc @@ -27,8 +27,8 @@ #include #ifdef EMBB_PLATFORM_COMPILER_MSVC - // Suppress warning generated by malloc.h(160): expression before comma - // has no effect: expected expression with side effect +// Suppress warning generated by malloc.h(160): expression before comma +// has no effect: expected expression with side effect #pragma warning(push) #pragma warning(disable : 4548) #endif @@ -86,4 +86,4 @@ PT_MAIN("Data Structures C++") { PT_RUN(ObjectPoolTest< WaitFreeArrayValuePool >); PT_EXPECT(embb_get_bytes_allocated() == 0); -} \ No newline at end of file +} -- libgit2 0.26.0