Skip to content

Commit

Permalink
f save_to_buffer ignore return
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 5, 2021
1 parent f42c0cf commit 9479828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion embed.fnc
Expand Up @@ -3267,7 +3267,7 @@ S |HV * |get_nl_item_from_localeconv \
|const int unused
# endif
# endif
STR |const char *|save_to_buffer|NULLOK const char * string \
ST |const char *|save_to_buffer|NULLOK const char * string \
|NULLOK const char **buf \
|NULLOK Size_t *buf_size
:# ifndef HAS_POSIX_2008_LOCALE
Expand Down
4 changes: 1 addition & 3 deletions proto.h
Expand Up @@ -5207,10 +5207,8 @@ STATIC void S_new_numeric(pTHX_ const char* newnum);
assert(newnum)
STATIC void S_restore_toggled_locale_i(pTHX_ const unsigned cat_index, const char * original_locale);
#define PERL_ARGS_ASSERT_RESTORE_TOGGLED_LOCALE_I
STATIC const char * S_save_to_buffer(const char * string, const char **buf, Size_t *buf_size)
__attribute__warn_unused_result__;
STATIC const char * S_save_to_buffer(const char * string, const char **buf, Size_t *buf_size);
#define PERL_ARGS_ASSERT_SAVE_TO_BUFFER

STATIC void S_set_numeric_radix(pTHX_ const bool use_locale);
#define PERL_ARGS_ASSERT_SET_NUMERIC_RADIX
PERL_STATIC_NO_RET void S_setlocale_failure_panic_i(pTHX_ const unsigned int cat_index, const char * current, const char * failed, const line_t caller_0_line, const line_t caller_1_line)
Expand Down

0 comments on commit 9479828

Please sign in to comment.