projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix harmless MSVC warning about int to bool conversion in Scintilla.
[wxWidgets.git]
/
src
/
regex
/
regguts.h
diff --git
a/src/regex/regguts.h
b/src/regex/regguts.h
index be5041d9201f2be264497d352842fc71c2c0cd72..ec1b8aa22116739cb22b193375f1ed6f14dd1115 100644
(file)
--- a/
src/regex/regguts.h
+++ b/
src/regex/regguts.h
@@
-53,8
+53,10
@@
/* assertions */
#ifndef assert
# ifndef REG_DEBUG
/* assertions */
#ifndef assert
# ifndef REG_DEBUG
+# ifndef NDEBUG
# define NDEBUG /* no assertions */
# endif
# define NDEBUG /* no assertions */
# endif
+# endif
#include <assert.h>
#endif
#include <assert.h>
#endif