This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository direct3d.

View the commit online.

commit 2183c63c9c100d412ecbfb90ae1ab091cd1402d4
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Mon Apr 15 11:38:33 2024 +0200

    d3d_1.c: fix warning when _DEBUG is not defined
---
 src/d3d_1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/d3d_1.c b/src/d3d_1.c
index f596c28..56d1af6 100644
--- a/src/d3d_1.c
+++ b/src/d3d_1.c
@@ -33,7 +33,8 @@ do { printf(" * %s\n", __FUNCTION__); fflush(stdout); } while (0)
 #else
 # define DBG_FCT \
 do { } while (0)
-# define DBG_NAME(interface_, child_, name_)
+# define DBG_NAME(interface_, child_, name_) \
+do { } while (0)
 #endif
 
 struct D3d

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to