Skip to content

Commit

Permalink
locale.c: Add warning if function return ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 7c8e0b7 commit cc0ba70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions embed.fnc
Original file line number Diff line number Diff line change
Expand Up @@ -4325,10 +4325,10 @@ S |void |populate_hash_from_localeconv \
|NULLOK const lconv_offset_t *integers
# endif
# if defined(USE_LOCALE)
ST |unsigned int|get_category_index \
RST |unsigned int|get_category_index \
|const int category \
|NULLOK const char *locale
ST |int |get_category_index_nowarn \
RST |int |get_category_index_nowarn \
|const int category
Ri |const char *|mortalized_pv_copy \
|NULLOK const char * const pv
Expand Down
6 changes: 4 additions & 2 deletions proto.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc0ba70

Please sign in to comment.