What's the right fix for this? gcc (GCC) 10.0.1 20200328 (Red Hat 10.0.1-0.11)
../../libaes_siv/aes_siv.c: In function âAES_SIV_EncryptFinalâ: ../../libaes_siv/aes_siv.c:385:19: warning: inlining failed in call to âdo_s2v_pâ: --param max-inline-insns-single limit reached [-Winline] 385 | static inline int do_s2v_p(AES_SIV_CTX *ctx, block *out, | ^~~~~~~~ ../../libaes_siv/aes_siv.c:470:21: note: called from here 470 | if(UNLIKELY(do_s2v_p(ctx, &q, plaintext, len) != 1)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libaes_siv/aes_siv.c:52:41: note: in definition of macro âUNLIKELYâ 52 | #define UNLIKELY(cond) __builtin_expect(cond, 0) | ^~~~ ../../libaes_siv/aes_siv.c: In function âAES_SIV_DecryptFinalâ: ../../libaes_siv/aes_siv.c:385:19: warning: inlining failed in call to âdo_s2v_pâ: --param max-inline-insns-single limit reached [-Winline] 385 | static inline int do_s2v_p(AES_SIV_CTX *ctx, block *out, | ^~~~~~~~ ../../libaes_siv/aes_siv.c:513:21: note: called from here 513 | if(UNLIKELY(do_s2v_p(ctx, &t, out, len) != 1)) { 513 | if(UNLIKELY(do_s2v_p(ctx, &t, out, len) != 1)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libaes_siv/aes_siv.c:52:41: note: in definition of macro âUNLIKELYâ 52 | #define UNLIKELY(cond) __builtin_expect(cond, 0) | ^~~~ -- These are my opinions. I hate spam. _______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel