You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by rl...@apache.org on 2020/08/16 11:46:40 UTC

[xalan-c] branch master updated: XALANC-812: Remove checks for NDEBUG and _DEBUG usage

This is an automated email from the ASF dual-hosted git repository.

rleigh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-c.git


The following commit(s) were added to refs/heads/master by this push:
     new 70fba9e  XALANC-812: Remove checks for NDEBUG and _DEBUG usage
     new 5f70815  Merge pull request #33 from rleigh-codelibre/XALANC-812_remove_NDEBUG_check
70fba9e is described below

commit 70fba9e11ca52fa67c2855e8c3ca93d2013e4e35
Author: Roger Leigh <rl...@codelibre.net>
AuthorDate: Sat Aug 15 23:34:41 2020 +0100

    XALANC-812: Remove checks for NDEBUG and _DEBUG usage
---
 src/xalanc/Include/PlatformDefinitions.hpp.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/xalanc/Include/PlatformDefinitions.hpp.in b/src/xalanc/Include/PlatformDefinitions.hpp.in
index 57829a7..706959c 100644
--- a/src/xalanc/Include/PlatformDefinitions.hpp.in
+++ b/src/xalanc/Include/PlatformDefinitions.hpp.in
@@ -37,12 +37,6 @@
 #define XALAN_AUTO_PTR_REQUIRES_DEFINITION
 #endif
 
-#if defined(_DEBUG) && defined(NDEBUG)
-#error NDEBUG must not be defined when _DEBUG is defined.
-#elif !defined(_DEBUG) && !defined(NDEBUG)
-#error NDEBUG must be defined when _DEBUG is not defined.
-#endif
-
 #endif // _MSC_VER
 
 #if defined(__hpux)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org