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

Fix GCC warning regarding incompatible pointer type

parent 8229b906
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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