After switching to ubuntu1804-zseries-build, the build failed with the following compiler warnings:
[2019/09/20 15:04:41.975] ../src/checksum/zseries/slicing-consts.h:779:57: error: 'crc32ctable_be' defined but not used [-Werror=unused-const-variable=] [2019/09/20 15:04:41.975] static const unsigned int __attribute__((aligned(128))) crc32ctable_be[8][256] = { [2019/09/20 15:04:41.975] ^~~~~~~~~~~~~~ [2019/09/20 15:04:41.975] ../src/checksum/zseries/slicing-consts.h:261:57: error: 'crc32table_be' defined but not used [-Werror=unused-const-variable=] [2019/09/20 15:04:41.975] static const unsigned int __attribute__((aligned(128))) crc32table_be[8][256] = { [2019/09/20 15:04:41.975] ^~~~~~~~~~~~~ [2019/09/20 15:04:41.975] ../src/checksum/zseries/slicing-consts.h:2:57: error: 'crc32table_le' defined but not used [-Werror=unused-const-variable=] [2019/09/20 15:04:41.975] static const unsigned int __attribute__((aligned(128))) crc32table_le[8][256] = { [2019/09/20 15:04:41.975] ^~~~~~~~~~~~~ [2019/09/20 15:04:42.016] cc1: all warnings being treated as errors [2019/09/20 15:04:42.016] Makefile:2104: recipe for target 'src/checksum/zseries/crc32-s390x.lo' failed [2019/09/20 15:04:42.016] make[2]: *** [src/checksum/zseries/crc32-s390x.lo] Error 1
- is related to
-
WT-4970 Set distros for “wiredtiger” Evergreen project
- Closed