+2
−0
+2
−0
+2
−2
Loading
There's an organization, called Timerland SIG [1], that uses SPDK's NVMe driver to implement NVMe Boot Specification under UEFI. The UEFI EDK2 build environment uses both gcc and msvc. While SPDK can be built without any issues with gcc, msvc complains about a few things, one of which is void pointer arithmetic. So, to make Timberland's effort easier, Wpointer-arith is enabled in the libraries they're using. [1] https://github.com/timberland-sig Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ic90330baa4e69ee72f7e040de91893093b96f476 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18529 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>