From bfe5127121a2046fe9d996a64635f6f08d940528 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 5 Jun 2021 07:33:13 -0600 Subject: Configure changes for HAS_NON_INT_BITFIELDS This probe has been available without my realizing it had been merged. Some compilers, chiefly IBM, use only integer-size bitfields, warning when presented with other-sized ones. Allowing other-sized fields is an extension to the C standard. These warnings don't affect the correctness of the code generated, but very many are generated per run, potentially overwhelming the reader into not noticing warnings that are important. --- metaconfig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'metaconfig.h') diff --git a/metaconfig.h b/metaconfig.h index ae0093afd4..c2a4650d12 100644 --- a/metaconfig.h +++ b/metaconfig.h @@ -13,7 +13,6 @@ * Symbols should only be here temporarily. Once they are actually used, * they should be removed from here. * - * HAS_WCRTOMB - * GETENV_PRESERVES_OTHER_THREAD + * HAS_NON_INT_BITFIELDS * */ -- cgit v1.2.1