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
......
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