From bbf4ed26bab7524cbda0216641e6f262aca6e3d6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 10 Oct 2005 23:40:18 +0000 Subject: [PATCH] typo --- panda/src/physics/config_physics.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/panda/src/physics/config_physics.h b/panda/src/physics/config_physics.h index 95d43c200e..65d8cf4d58 100644 --- a/panda/src/physics/config_physics.h +++ b/panda/src/physics/config_physics.h @@ -57,11 +57,11 @@ extern EXPCL_PANDAPHYSICS void init_libphysics(); // Release build: #undef PHYSICS_DEBUG - #define physics_spam(msg) (()0) - #define physics_debug(msg) (()0) - #define physics_info(msg) (()0) - #define physics_warning(msg) (()0) - #define physics_error(msg) (()0) + #define physics_spam(msg) ((void)0) + #define physics_debug(msg) ((void)0) + #define physics_info(msg) ((void)0) + #define physics_warning(msg) ((void)0) + #define physics_error(msg) ((void)0) #endif //] #define audio_error(msg) \