Fix [-Wformat-extra-args] build warnings
[m6w6/ext-http] / src / php_http_querystring.c
index a302bbd732dc2167bfacebde87396395f05e277a..566d43425d2e5146063a352329bd7d6d32af331e 100644 (file)
@@ -386,7 +386,7 @@ PHP_METHOD(HttpQueryString, getGlobalInstance)
                ZVAL_MAKE_REF(_GET);
                zend_update_property(php_http_querystring_class_entry, return_value, ZEND_STRL("queryArray"), _GET);
        } else {
-               php_http_throw(unexpected_val, "Could not acquire reference to superglobal GET array", NULL);
+               php_http_throw(unexpected_val, "Could not acquire reference to superglobal GET array");
        }
 
 }