]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg BaseIoLibIntrinsic: Remove __inline__ attribute for IO functions
authorLiming Gao <liming.gao@intel.com>
Thu, 17 Oct 2019 06:55:49 +0000 (14:55 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 24 Oct 2019 01:41:32 +0000 (09:41 +0800)
commit0f59f4480583738f0fe4def1b7983130e3fdb33c
tree5d766444e4c00a93f834f7d83fe4771f78745fb4
parent70bebafd1b77e6edd034a12ba47656669a833a80
MdePkg BaseIoLibIntrinsic: Remove __inline__ attribute for IO functions

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603
__inline__ has no functional difference effect with the GCC48 / GCC49 / GCC5
toolchains, but it breaks the build with CLANG9. Remove __inline__.

Signed-off-by: Liming Gao <liming.gao@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c