Fix compilation warning due to a recent change
* src/json.c (json_handle_nonlocal_exit): Always return a value.
This commit is contained in:
parent
5ada97cfcd
commit
d9d9c32329
1 changed files with 2 additions and 0 deletions
|
|
@ -674,6 +674,8 @@ json_handle_nonlocal_exit (enum nonlocal_exit type, Lisp_Object data)
|
|||
return data;
|
||||
case NONLOCAL_EXIT_THROW:
|
||||
return Fcons (Qno_catch, data);
|
||||
default:
|
||||
return Qnil;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue