CC util-linux/fbset.o CC util-linux/fdformat.o CC shell/ash_ptr_hack.o LD util-linux/volume_id/built-in.o CC util-linux/volume_id/erofs.o DOC BusyBox.html CC util-linux/fdisk.o CC util-linux/volume_id/exfat.o CC util-linux/volume_id/ext.o CC util-linux/volume_id/f2fs.o CC util-linux/volume_id/fat.o CC util-linux/volume_id/get_devname.o CC util-linux/volume_id/minix.o CC util-linux/volume_id/ubifs.o CC util-linux/volume_id/util.o CC util-linux/flock.o CC util-linux/volume_id/volume_id.o CC util-linux/freeramdisk.o CC util-linux/fsfreeze.o AR util-linux/volume_id/lib.a CC util-linux/fstrim.o CC util-linux/getopt.o CC shell/math.o CC util-linux/hexdump.o CC shell/random.o CC util-linux/hexdump_xxd.o CC shell/shell_common.o CC util-linux/hwclock.o CC util-linux/ipcrm.o CC util-linux/ipcs.o AR shell/lib.a CC util-linux/last.o CC util-linux/losetup.o CC util-linux/lspci.o CC util-linux/lsusb.o CC util-linux/mdev.o CC util-linux/mesg.o CC util-linux/mkfs_ext2.o CC util-linux/mkfs_vfat.o CC util-linux/mkswap.o In file included from util-linux/mkfs_vfat.c:44: util-linux/mkfs_vfat.c: In function 'mkfs_vfat_main': include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '100663296' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:492:3: note: in expansion of macro 'STORE_LE' 492 | STORE_LE(boot_blk->reserved_sect, (uint16_t)reserved_sect); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:493:3: note: in expansion of macro 'STORE_LE' 493 | STORE_LE(boot_blk->fats, 2); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:493:3: note: in expansion of macro 'STORE_LE' 493 | STORE_LE(boot_blk->fats, 2); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:511:3: note: in expansion of macro 'STORE_LE' 511 | STORE_LE(boot_blk->fat32_info_sector, info_sector_number); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '50331648' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:512:3: note: in expansion of macro 'STORE_LE' 512 | STORE_LE(boot_blk->fat32_backup_boot, backup_boot_sector); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '687865856' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:514:3: note: in expansion of macro 'STORE_LE' 514 | STORE_LE(boot_blk->vi.ext_boot_sign, 0x29); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '10496' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:514:3: note: in expansion of macro 'STORE_LE' 514 | STORE_LE(boot_blk->vi.ext_boot_sign, 0x29); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '1437204480' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:519:3: note: in expansion of macro 'STORE_LE' 519 | STORE_LE(boot_blk->boot_sign, BOOT_SIGN); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '1437204480' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:526:3: note: in expansion of macro 'STORE_LE' 526 | STORE_LE(info->boot_sign, BOOT_SIGN); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '134217728' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:566:3: note: in expansion of macro 'STORE_LE' 566 | STORE_LE(de->attr, ATTR_VOLUME); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '2048' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:566:3: note: in expansion of macro 'STORE_LE' 566 | STORE_LE(de->attr, ATTR_VOLUME); | ^~~~~~~~ CC util-linux/more.o CC util-linux/mount.o In file included from util-linux/mkfs_ext2.c:68: util-linux/mkfs_ext2.c: In function 'mkfs_ext2_main': include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '1408172032' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:478:2: note: in expansion of macro 'STORE_LE' 478 | STORE_LE(sb->s_magic, EXT2_SUPER_MAGIC); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '469762048' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:482:3: note: in expansion of macro 'STORE_LE' 482 | STORE_LE(sb->s_min_extra_isize, 0x001c); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '469762048' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:483:3: note: in expansion of macro 'STORE_LE' 483 | STORE_LE(sb->s_want_extra_isize, 0x001c); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:508:2: note: in expansion of macro 'STORE_LE' 508 | STORE_LE(sb->s_state, 1); // TODO: what's 1? | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:511:2: note: in expansion of macro 'STORE_LE' 511 | STORE_LE(sb->s_errors, EXT2_ERRORS_DEFAULT); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:525:3: note: in expansion of macro 'STORE_LE' 525 | STORE_LE(sb->s_def_hash_version, EXT2_HASH_HALF_MD4); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '256' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:525:3: note: in expansion of macro 'STORE_LE' 525 | STORE_LE(sb->s_def_hash_version, EXT2_HASH_HALF_MD4); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:563:4: note: in expansion of macro 'STORE_LE' 563 | STORE_LE(gd[i].bg_used_dirs_count, 2); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '3980460032' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:629:2: note: in expansion of macro 'STORE_LE' 629 | STORE_LE(inode->i_mode, S_IFDIR | S_IRWXU | S_IRGRP | S_IROTH | S_IXGRP | S_IXOTH); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '50331648' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:639:2: note: in expansion of macro 'STORE_LE' 639 | STORE_LE(inode->i_links_count, 3); // "/.", "/..", "/lost+found/.." point to this inode | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:645:2: note: in expansion of macro 'STORE_LE' 645 | STORE_LE(inode->i_links_count, 2); // both "/lost+found" and "/lost+found/." point to this inode | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '201326592' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:667:2: note: in expansion of macro 'STORE_LE' 667 | STORE_LE(dir->rec_len1, 12); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '16777216' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:668:2: note: in expansion of macro 'STORE_LE' 668 | STORE_LE(dir->name_len1, 1); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '256' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:668:2: note: in expansion of macro 'STORE_LE' 668 | STORE_LE(dir->name_len1, 1); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:669:2: note: in expansion of macro 'STORE_LE' 669 | STORE_LE(dir->file_type1, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:669:2: note: in expansion of macro 'STORE_LE' 669 | STORE_LE(dir->file_type1, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:673:2: note: in expansion of macro 'STORE_LE' 673 | STORE_LE(dir->name_len2, 2); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:673:2: note: in expansion of macro 'STORE_LE' 673 | STORE_LE(dir->name_len2, 2); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:674:2: note: in expansion of macro 'STORE_LE' 674 | STORE_LE(dir->file_type2, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:674:2: note: in expansion of macro 'STORE_LE' 674 | STORE_LE(dir->file_type2, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '201326592' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:680:2: note: in expansion of macro 'STORE_LE' 680 | STORE_LE(dir->rec_len2, 12); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '167772160' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:683:2: note: in expansion of macro 'STORE_LE' 683 | STORE_LE(dir->name_len3, 10); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '2560' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:683:2: note: in expansion of macro 'STORE_LE' 683 | STORE_LE(dir->name_len3, 10); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '33554432' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:11: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:684:2: note: in expansion of macro 'STORE_LE' 684 | STORE_LE(dir->file_type3, EXT2_FT_DIR); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '512' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:11: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:684:2: note: in expansion of macro 'STORE_LE' 684 | STORE_LE(dir->file_type3, EXT2_FT_DIR); | ^~~~~~~~ CC util-linux/mountpoint.o CC util-linux/pivot_root.o CC util-linux/rdate.o CC util-linux/readprofile.o CC util-linux/renice.o CC util-linux/setarch.o CC util-linux/setpriv.o CC util-linux/setsid.o CC util-linux/swaponoff.o CC util-linux/switch_root.o CC util-linux/uevent.o CC util-linux/umount.o AR util-linux/lib.a LINK busybox_unstripped Trying libraries: crypt m resolv rt Library crypt is not needed, excluding it Library m is not needed, excluding it Library resolv is not needed, excluding it Library rt is not needed, excluding it Final link with: make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/busybox-1.36.0' make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'