DOC BusyBox.txt CC util-linux/volume_id/get_devname.o CC util-linux/flock.o CC util-linux/volume_id/minix.o DOC busybox.1 CC util-linux/volume_id/ubifs.o CC util-linux/freeramdisk.o CC util-linux/volume_id/util.o CC util-linux/fsfreeze.o AR shell/lib.a CC util-linux/fstrim.o CC util-linux/getopt.o CC util-linux/volume_id/volume_id.o CC util-linux/hexdump_xxd.o CC util-linux/hexdump.o DOC BusyBox.html CC util-linux/hwclock.o AR util-linux/volume_id/lib.a CC util-linux/ipcrm.o CC util-linux/ipcs.o 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 util-linux/mdev.c: In function 'make_device': util-linux/mdev.c:787:33: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result] 787 | chown(node_name, rule->ugid.uid, rule->ugid.gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util-linux/mdev.c:790:33: warning: ignoring return value of 'symlink' declared with attribute 'warn_unused_result' [-Wunused-result] 790 | symlink(node_name, "root"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ util-linux/mdev.c:797:41: warning: ignoring return value of 'symlink' declared with attribute 'warn_unused_result' [-Wunused-result] 797 | symlink(node_name, device_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC util-linux/mkfs_vfat.o In file included from util-linux/mkfs_ext2.c:68: util-linux/mkfs_ext2.c: In function 'mkfs_ext2_main': CC util-linux/mkswap.o 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:478:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:482:17: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:483:17: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:508:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:511:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:525:17: 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:525:17: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:563:25: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:629:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:639:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:645:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:667:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:668:9: 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:668:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:669:9: 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:669:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:673:9: 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:673:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:674:9: 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:674:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:680:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:683:9: 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:683:9: 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:684:9: 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_ext2.c:684:9: note: in expansion of macro 'STORE_LE' 684 | STORE_LE(dir->file_type3, EXT2_FT_DIR); | ^~~~~~~~ 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:486:17: note: in expansion of macro 'STORE_LE' 486 | 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:487:17: note: in expansion of macro 'STORE_LE' 487 | 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:487:17: note: in expansion of macro 'STORE_LE' 487 | 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:505:17: note: in expansion of macro 'STORE_LE' 505 | 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:506:17: note: in expansion of macro 'STORE_LE' 506 | 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:508:17: note: in expansion of macro 'STORE_LE' 508 | 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:508:17: note: in expansion of macro 'STORE_LE' 508 | 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:513:17: note: in expansion of macro 'STORE_LE' 513 | 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:520:17: note: in expansion of macro 'STORE_LE' 520 | 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:2391:25: note: in expansion of macro 'SWAP_LE32' 2391 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:557:17: note: in expansion of macro 'STORE_LE' 557 | 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:2393:25: note: in expansion of macro 'SWAP_LE16' 2393 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:557:17: note: in expansion of macro 'STORE_LE' 557 | STORE_LE(de->attr, ATTR_VOLUME); | ^~~~~~~~ CC util-linux/more.o CC util-linux/mount.o 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 needed, can't exclude it (yet) Library rt is not needed, excluding it Library resolv is needed, can't exclude it (yet) Final link with: resolv make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/busybox-1.35.0' make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'