We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa6170 commit 5b483b7Copy full SHA for 5b483b7
common.h
@@ -436,8 +436,8 @@ typedef size_t strlen_t;
436
#define PHPREDIS_ZVAL_IS_STRICT_FALSE(z) (Z_TYPE_P(z) == IS_FALSE)
437
#define PHPREDIS_GET_OBJECT(class_entry, z) (class_entry *)((char *)Z_OBJ_P(z) - XtOffsetOf(class_entry, std))
438
439
-#define REDIS_MAKE_STD_ZVAL(zv) do {} while(0)
440
-#define REDIS_FREE_ZVAL(zv) do {} while(0)
+#define REDIS_MAKE_STD_ZVAL(zv) PHPREDIS_NOTUSED
+#define REDIS_FREE_ZVAL(zv) do PHPREDIS_NOTUSED
441
#endif
442
443
/* NULL check so Eclipse doesn't go crazy */
0 commit comments