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 3c28a4a commit a369430Copy full SHA for a369430
ext/opcache/Optimizer/zend_inference.h
@@ -30,7 +30,7 @@
30
31
//TODO: remome MAY_BE_RC1, MAY_BE_RCN???
32
#define MAY_BE_RC1 (1<<30) /* may be non-reference with refcount == 1 */
33
-#define MAY_BE_RCN (1<<31) /* may be non-reference with refcount > 1 */
+#define MAY_BE_RCN (1u<<31) /* may be non-reference with refcount > 1 */
34
35
#define MAY_HAVE_DTOR \
36
(MAY_BE_OBJECT|MAY_BE_RESOURCE \
0 commit comments