Small fix
This commit is contained in:
parent
b930e2c23b
commit
0512147e6d
|
|
@ -1218,6 +1218,7 @@ Boolean builtin_round(InterpreterState *interpreter_state) {
|
||||||
|
|
||||||
Boolean builtin_seed(InterpreterState *interpreter_state) {
|
Boolean builtin_seed(InterpreterState *interpreter_state) {
|
||||||
NUMERIC_TYPE;
|
NUMERIC_TYPE;
|
||||||
|
(void)af;
|
||||||
|
|
||||||
if (type & NUMERIC_FLOAT) {
|
if (type & NUMERIC_FLOAT) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue