kHlpAssert.h: Workaround for buggy gcc7+ warnings. The fall thru warnings of gcc7...
commit3ea880d91199c6cbd75f56921f52b416b55f104c
authorbird <bird@8f2e2809-0e3f-0410-9cd7-a63e680bbdd0>
Mon, 2 Oct 2017 10:37:39 +0000 (2 10:37 +0000)
committerbird <bird@8f2e2809-0e3f-0410-9cd7-a63e680bbdd0>
Mon, 2 Oct 2017 10:37:39 +0000 (2 10:37 +0000)
treeb5d436b7cb7c891a167526703ff96e99591c54fe
parentc9993d2a7bcaa7ca02db3b745e593299438b80a3
kHlpAssert.h: Workaround for buggy gcc7+ warnings. The fall thru warnings of gcc7+ thinks we can avoid if (!0) expressions in kHlpAssert* macors and issues misleading warnings. So, duplicate the macros for the kAssert*Failed* variations and drop the conditional, hoping that gcc gets it now.

git-svn-id: https://www.virtualbox.org/svn/kstuff-mirror/trunk@101 8f2e2809-0e3f-0410-9cd7-a63e680bbdd0
include/k/kHlpAssert.h