Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
91135141
Commit
91135141
authored
Apr 09, 2019
by
rswindell
Browse files
Resolve GCC warning: unused variable 'argv'
parent
d12a7c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/sbbs3/js_msgbase.c
src/sbbs3/js_msgbase.c
+0
-1
No files found.
src/sbbs3/js_msgbase.c
View file @
91135141
...
...
@@ -1120,7 +1120,6 @@ static JSBool
js_get_index
(
JSContext
*
cx
,
uintN
argc
,
jsval
*
arglist
)
{
JSObject
*
obj
=
JS_THIS_OBJECT
(
cx
,
arglist
);
jsval
*
argv
=
JS_ARGV
(
cx
,
arglist
);
jsrefcount
rc
;
private_t
*
priv
;
uint32_t
off
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment