Skip to content

Commit e928d42

Browse files
authored
[roottest] Remove no longer needed workaround
See #19775 (comment)
1 parent 4d00f58 commit e928d42

File tree

1 file changed

+4
-4
lines changed
  • roottest/root/meta/genreflex/ROOT-5768

1 file changed

+4
-4
lines changed

roottest/root/meta/genreflex/ROOT-5768/PyCool.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
// (the problem occurs within asserts, hence disable all asserts!)
4040
// See http://www.gccxml.org/Bug/bug.php?op=show&bugid=895
4141
// See also SealBase/DebugAids.h:83 (NDEBUG is defined as 1 else problems)
42-
#ifdef _WIN32
43-
#define NDEBUG 1
44-
#include <assert.h>
45-
#endif
42+
//#ifdef _WIN32
43+
//#define NDEBUG 1
44+
//#include <assert.h>
45+
//#endif
4646

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

0 commit comments

Comments
 (0)