bind9/bin/dnssec
Ondřej Surý 5e19bbb48a Remove use of the inline keyword used as suggestion to compiler
Historically, the inline keyword was a strong suggestion to the compiler
that it should inline the function marked inline.  As compilers became
better at optimising, this functionality has receded, and using inline
as a suggestion to inline a function is obsolete.  The compiler will
happily ignore it and inline something else entirely if it finds that's
a better optimisation.

Therefore, remove all the occurences of the inline keyword with static
functions inside single compilation unit and leave the decision whether
to inline a function or not entirely on the compiler

NOTE: We keep the usage the inline keyword when the purpose is to change
the linkage behaviour.

(cherry picked from commit 20f0936cf2)
2022-03-25 08:42:18 +01:00
..
.gitignore [master] dnssec-cds 2017-10-05 01:04:18 -07:00
dnssec-cds.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
dnssec-cds.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-dsfromkey.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
dnssec-dsfromkey.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-importkey.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
dnssec-importkey.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-keyfromlabel.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
dnssec-keyfromlabel.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-keygen.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
dnssec-keygen.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-revoke.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
dnssec-revoke.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-settime.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
dnssec-settime.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-signzone.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
dnssec-signzone.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssec-verify.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
dnssec-verify.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 11:01:32 +01:00
dnssectool.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
dnssectool.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00