diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-22 02:24:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-22 12:39:21 +0300 |
commit | ffcf1df72849711b23ff1d184df69f01826edba9 (patch) | |
tree | 51028276f4fc3d928f107b0ff4a68ed1789e4eb8 /src/debug/debug_new.cpp | |
parent | 319d525f993b0b95205df1cd431985ce575c4049 (diff) | |
download | plus-ffcf1df72849711b23ff1d184df69f01826edba9.tar.gz plus-ffcf1df72849711b23ff1d184df69f01826edba9.tar.bz2 plus-ffcf1df72849711b23ff1d184df69f01826edba9.tar.xz plus-ffcf1df72849711b23ff1d184df69f01826edba9.zip |
Fix compilation warnings in windows builds.
Diffstat (limited to 'src/debug/debug_new.cpp')
-rw-r--r-- | src/debug/debug_new.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp index bb7e64346..b64fc684b 100644 --- a/src/debug/debug_new.cpp +++ b/src/debug/debug_new.cpp @@ -163,9 +163,9 @@ * * Value of the padding bytes at the end of a memory block. */ -#ifndef M_DEBUG_NEW_TAILCHECK_CHAR -#define M_DEBUG_NEW_TAILCHECK_CHAR 0xCC -#endif +//#ifndef M_DEBUG_NEW_TAILCHECK_CHAR +//#define M_DEBUG_NEW_TAILCHECK_CHAR 0xCC +//#endif /** * @def M_DEBUG_NEW_USE_ADDR2LINE |