Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove wcrtomb because memset seems to be enough to initialize mbstate_t
This change suppresses the following warning (gcc):
groonga.c: In function ‘line_editor_fgets’:
groonga.c:218:5: warning: ignoring return value of ‘wcrtomb’, declared with attribute warn_unused_result [-Wunused-result]
wcrtomb(NULL, L'\0', &ps);
^- Loading branch information