Skip to content

Commit

Permalink
Revert "ビルド時の警告削減(グローバルなnew/delete演算子はinline化されないという警告への対処)"
Browse files Browse the repository at this point in the history
This reverts commit db5b838.
#48
#51
  • Loading branch information
berryzplus committed Jun 3, 2018
1 parent b88f772 commit 4444bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sakura_core/config/build_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ static const bool UNICODE_BOOL=false;


//newされた領域をわざと汚すかどうか (デバッグ用)
#if defined( _DEBUG ) && !( defined( _MSC_VER ) || defined( __MINGW32__ ) )
#define FILL_STRANGE_IN_NEW_MEMORY 1
#endif //#if defined( _DEBUG ) && !( defined( _MSC_VER ) || defined( __MINGW32__ ) )
#ifdef _DEBUG
#define FILL_STRANGE_IN_NEW_MEMORY
#endif


//crtdbg.hによるメモリーリークチェックを使うかどうか(デバッグ用)
Expand Down

0 comments on commit 4444bbb

Please sign in to comment.