mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
[string] cast to void
Check for NULL is on other fragments.
This commit is contained in:
@@ -247,7 +247,7 @@ ecmascript_get_interpreter(struct view_state *vs)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
init_string(&interpreter->code);
|
||||
(void)init_string(&interpreter->code);
|
||||
return interpreter;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user