Commit 04ead31a by U-WW002\z003ksxf

fixed cpp errors in containers_cpp/test/main.cc

parent 9bc05809
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include <embb/base/c/memory_allocation.h> #include <embb/base/c/memory_allocation.h>
#ifdef EMBB_PLATFORM_COMPILER_MSVC #ifdef EMBB_PLATFORM_COMPILER_MSVC
// Suppress warning generated by malloc.h(160): expression before comma // Suppress warning generated by malloc.h(160): expression before comma
// has no effect: expected expression with side effect // has no effect: expected expression with side effect
#pragma warning(push) #pragma warning(push)
#pragma warning(disable : 4548) #pragma warning(disable : 4548)
#endif #endif
...@@ -86,4 +86,4 @@ PT_MAIN("Data Structures C++") { ...@@ -86,4 +86,4 @@ PT_MAIN("Data Structures C++") {
PT_RUN(ObjectPoolTest< WaitFreeArrayValuePool<bool COMMA false> >); PT_RUN(ObjectPoolTest< WaitFreeArrayValuePool<bool COMMA false> >);
PT_EXPECT(embb_get_bytes_allocated() == 0); PT_EXPECT(embb_get_bytes_allocated() == 0);
} }
\ No newline at end of file
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 sign in to comment