Skip to content
Snippets Groups Projects
Commit 3e65e56c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix GCC warning regarding incompatible pointer type

parent ed957338
Branches
Tags
No related merge requests found
......@@ -4188,7 +4188,7 @@ js_rmfiles(JSContext *cx, uintN argc, jsval *arglist)
jsval *argv=JS_ARGV(cx, arglist);
char* dir = NULL;
char* spec = NULL;
size_t keep = 0;
int32 keep = 0;
jsrefcount rc;
JS_SET_RVAL(cx, arglist, INT_TO_JSVAL(-1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment