Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions roottest/root/meta/genreflex/ROOT-5768/PyCool.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
// (the problem occurs within asserts, hence disable all asserts!)
// See http://www.gccxml.org/Bug/bug.php?op=show&bugid=895
// See also SealBase/DebugAids.h:83 (NDEBUG is defined as 1 else problems)
#ifdef _WIN32
#define NDEBUG 1
#include <assert.h>
#endif
//#ifdef _WIN32
//#define NDEBUG 1
//#include <assert.h>
//#endif

// Disable compilation warning C4345 ('behavior change: an object of POD type
// constructed with an initializer of the form () will be default-initialized')
Expand Down
Loading