Fix [-Wformat-extra-args] build warnings
[m6w6/ext-http] / src / php_http_client_response.c
index 5acddae163ab782a63f1312808b70c1beffe363d..34748aaa3e4a0b8ea4f53324c5eb2c2ce3885145 100644 (file)
@@ -105,7 +105,7 @@ static PHP_METHOD(HttpClientResponse, getTransferInfo)
 
        /* request completed? */
        if (Z_TYPE_P(info) != IS_OBJECT) {
-               php_http_throw(bad_method_call, "Incomplete state", NULL);
+               php_http_throw(bad_method_call, "Incomplete state");
                return;
        }