[Scummvm-git-logs] scummvm master -> a1a6b13b4fe98fbd61253b247aea2c6af633d9f8
grisenti
noreply at scummvm.org
Fri Dec 23 22:34:29 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a1a6b13b4f HPL1: remove NEWTON_ASSERT macro expansion
Commit: a1a6b13b4fe98fbd61253b247aea2c6af633d9f8
https://github.com/scummvm/scummvm/commit/a1a6b13b4fe98fbd61253b247aea2c6af633d9f8
Author: grisenti (emanuele at grisenti.net)
Date: 2022-12-23T23:34:00+01:00
Commit Message:
HPL1: remove NEWTON_ASSERT macro expansion
Changed paths:
engines/hpl1/engine/libraries/newton/core/dgTypes.h
diff --git a/engines/hpl1/engine/libraries/newton/core/dgTypes.h b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
index b5dc57df72a..163518e787b 100644
--- a/engines/hpl1/engine/libraries/newton/core/dgTypes.h
+++ b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
@@ -219,7 +219,7 @@ class dgBigVector;
#endif
#endif
-#define NEWTON_ASSERT(x) ((void)(x))
+#define NEWTON_ASSERT(x)
DG_INLINE dgInt32 exp_2(dgInt32 x) {
dgInt32 exp;
More information about the Scummvm-git-logs
mailing list