]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
remove non-portable compile-time check
authorKeith Busch <keith.busch@intel.com>
Thu, 16 May 2019 15:19:42 +0000 (09:19 -0600)
committerKeith Busch <keith.busch@intel.com>
Thu, 16 May 2019 15:19:42 +0000 (09:19 -0600)
commitc375b47c8992a4892e7467657e7def9d2e3adceb
treef184982798c454d0f74463c65c347e8bb8f997ed
parent03df59b7a8d55288fce0f6a0d51fa3e5063a901e
remove non-portable compile-time check

_Static_assert is a C11 feature, and we're only targeting to be
compatible from C99.

Link: https://github.com/linux-nvme/nvme-cli/issues/502
Signed-off-by: Keith Busch <keith.busch@intel.com>
nvme.c