diff options
-rw-r--r-- | archival/libunarchive/unxz/xz_dec_lzma2.c | 2 | ||||
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archival/libunarchive/unxz/xz_dec_lzma2.c b/archival/libunarchive/unxz/xz_dec_lzma2.c index c22dc5ba5..37de6fc32 100644 --- a/archival/libunarchive/unxz/xz_dec_lzma2.c +++ b/archival/libunarchive/unxz/xz_dec_lzma2.c | |||
@@ -915,7 +915,7 @@ static bool XZ_FUNC lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) | |||
915 | * Take care of the LZMA2 control layer, and forward the job of actual LZMA | 915 | * Take care of the LZMA2 control layer, and forward the job of actual LZMA |
916 | * decoding or copying of uncompressed chunks to other functions. | 916 | * decoding or copying of uncompressed chunks to other functions. |
917 | */ | 917 | */ |
918 | XZ_EXTERN enum xz_ret XZ_FUNC xz_dec_lzma2_run( | 918 | XZ_EXTERN NOINLINE enum xz_ret XZ_FUNC xz_dec_lzma2_run( |
919 | struct xz_dec_lzma2 *s, struct xz_buf *b) | 919 | struct xz_dec_lzma2 *s, struct xz_buf *b) |
920 | { | 920 | { |
921 | uint32_t tmp; | 921 | uint32_t tmp; |
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 6a532fa9d..6aba0f6bb 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -521,7 +521,7 @@ check_and_close(void) | |||
521 | S_ORIG is solely for reporting errors. It should be the full format | 521 | S_ORIG is solely for reporting errors. It should be the full format |
522 | string argument. */ | 522 | string argument. */ |
523 | 523 | ||
524 | static const char * | 524 | static NOINLINE const char * |
525 | decode_one_format(const char *s_orig, const char *s, struct tspec *tspec) | 525 | decode_one_format(const char *s_orig, const char *s, struct tspec *tspec) |
526 | { | 526 | { |
527 | enum size_spec size_spec; | 527 | enum size_spec size_spec; |