Build of ipmitool with android toolchain

The build took 00h 01m 19s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
62,648 ansic
12,698 sh
10,255 makefile
85,601 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ipmitool 1.8.17-1 (Tue Apr 4 21:00:04 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking target system type... arm-unknown-linux-androideabi
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for rpmbuild... rpm
# checking for sed... sed
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking for sys/stat.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/byteorder.h usability... no
# checking sys/byteorder.h presence... no
# checking for sys/byteorder.h... no
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking whether byte ordering is bigendian... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for working strtod... no
# checking for pow... no
# checking for pow in -lm... yes
# checking for alarm... yes
# checking for gethostbyname... yes
# checking for getaddrinfo... yes
# checking for getifaddrs... no
# checking for socket... yes
# checking for select... yes
# checking for memmove... yes
# checking for memset... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for getpassphrase... no
# checking how to print strings... printf
# checking for a sed that does not truncate output... sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
# checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
# checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for archiver @FILE support... @
# checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
# checking for sysroot... no
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc static flag -static works... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for library containing gethostbyname... none required
# checking for library containing getaddrinfo... none required
# checking for library containing getifaddrs... no
# checking for library containing socket... none required
# checking for EVP_aes_128_cbc in -lcrypto... no
# checking for MD5_Init in -lcrypto... no
# checking for MD2_Init in -lcrypto... no
# checking for linux/compiler.h... yes
# checking sys/ioccom.h usability... no
# checking sys/ioccom.h presence... no
# checking for sys/ioccom.h... no
# checking linux/ipmi.h usability... yes
# checking linux/ipmi.h presence... yes
# checking for linux/ipmi.h... yes
# checking for ipmi_open_inband in -lfreeipmi... no
# checking for ipmi_ctx_open_inband in -lfreeipmi... no
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking for OpenIPMI dual bridge support... no
# checking sys/lipmi/lipmi_intf.h usability... no
# checking sys/lipmi/lipmi_intf.h presence... no
# checking for sys/lipmi/lipmi_intf.h... no
# ** Unable to build Solaris 9 x86 IPMI interface support!
# checking for library containing tgetent... no
# checking for library containing initscr... no
# checking for library containing readline... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating contrib/Makefile
# config.status: creating control/Makefile
# config.status: creating control/pkginfo
# config.status: creating control/prototype
# config.status: creating control/rpmmacros
# config.status: creating control/ipmitool.spec
# config.status: creating lib/Makefile
# config.status: creating include/Makefile
# config.status: creating include/ipmitool/Makefile
# config.status: creating src/Makefile
# config.status: creating src/plugins/Makefile
# config.status: creating src/plugins/lan/Makefile
# config.status: creating src/plugins/lanplus/Makefile
# config.status: creating src/plugins/open/Makefile
# config.status: creating src/plugins/free/Makefile
# config.status: creating src/plugins/imb/Makefile
# config.status: creating src/plugins/bmc/Makefile
# config.status: creating src/plugins/usb/Makefile
# config.status: creating src/plugins/lipmi/Makefile
# config.status: creating src/plugins/serial/Makefile
# config.status: creating src/plugins/dummy/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# ipmitool 1.8.17
#
# Interfaces
# lan : yes
# lanplus : no
# open : yes
# free : no
# imb : yes
# bmc : no
# usb : yes
# lipmi : no
# serial : yes
# dummy : no
#
# Extra tools
# ipmievd : yes
# ipmishell : no
#
# make all-recursive
# make[1]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17'
# Making all in lib
# make[2]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/lib'
# depbase=`echo helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT helper.lo -MD -MP -MF $depbase.Tpo -c -o helper.lo helper.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_sdr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_sdr.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_sdr.lo ipmi_sdr.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_sel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_sel.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_sel.lo ipmi_sel.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_sol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_sol.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_sol.lo ipmi_sol.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_sdr.c:45:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ipmi_sdr.c:48:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ipmi_sdr.c:48:0:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# In file included from ipmi_sol.c:62:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# ipmi_sol.c: In function 'ipmi_sol_set_param_isvalid_uint8_t':
# ipmi_sol.c:659:10: warning: unused parameter 'base' [-Wunused-parameter]
# int base,
# ^
# In file included from ipmi_sdr.c:52:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from helper.c:65:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_get_sensor_type_desc':
# ipmi_sdr.c:713:68: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# type);
# ^
# In file included from ipmi_sel.c:44:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi.h:41:0,
# from helper.c:65:
# helper.c: In function 'str2val':
# ../include/ipmitool/helper.h:123:25: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;})
# ^
# helper.c:402:35: note: in expansion of macro '__maxlen'
# if (strncasecmp(vs[i].str, str, __maxlen(str, vs[i].str)) == 0)
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_read_sensor_value':
# ipmi_sdr.c:1437:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# idlen = idlen < sizeof(sr.s_id) ?
# ^
# ipmi_sdr.c:1438:13: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# idlen : sizeof(sr.s_id) - 1;
# ^
# ipmi_sdr.c:1444:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# idlen = idlen < sizeof(sr.s_id) ?
# ^
# ipmi_sdr.c:1445:13: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# idlen : sizeof(sr.s_id) - 1;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_sel.h:38,
# from ipmi_sel.c:47:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_sensor_fc':
# In file included from ../include/ipmitool/ipmi_sel.h:38:0,
# from ipmi_sel.c:47:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ipmi_sdr.c:1665:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (i = strlen(sval); i <= sizeof (sval); i++)
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_sensor_eventonly':
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ipmi_sdr.c:2114:51: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_print_sensor_eventonly(struct ipmi_intf *intf,
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_sensor_mc_locator':
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ipmi_sdr.c:2165:52: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_print_sensor_mc_locator(struct ipmi_intf *intf,
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_sensor_generic_locator':
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ipmi_sdr.c:2261:57: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_print_sensor_generic_locator(struct ipmi_intf *intf,
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_sensor_fru_locator':
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ipmi_sdr.c:2318:53: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_print_sensor_fru_locator(struct ipmi_intf *intf,
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_sensor_entity_assoc':
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ipmi_sdr.c:2377:54: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_print_sensor_entity_assoc(struct ipmi_intf *intf,
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ipmi_sdr.c:2378:40: warning: unused parameter 'assoc' [-Wunused-parameter]
# struct sdr_record_entity_assoc *assoc)
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_sensor_oem_intel':
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ipmi_sdr.c:2392:51: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_print_sensor_oem_intel(struct ipmi_intf *intf,
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_name_from_rawentry':
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ipmi_sdr.c:2512:53: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_print_name_from_rawentry(struct ipmi_intf *intf,uint16_t id,
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_end':
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ipmi_sdr.c:3115:32: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_end(struct ipmi_intf *intf, struct ipmi_sdr_iterator *itr)
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_sel.c:47:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_list_cache_fromfile':
# ipmi_sdr.c:3961:48: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_sdr_list_cache_fromfile(struct ipmi_intf *intf, const char *ifile)
# ^
# In file included from ../include/ipmitool/ipmi.h:41:0,
# from ipmi_sdr.c:45:
# ipmi_sdr.c: In function 'ipmi_sdr_get_info':
# ../include/ipmitool/helper.h:111:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# # define __min(a, b) ((a) < (b) ? (a) : (b))
# ^
# ipmi_sdr.c:4243:9: note: in expansion of macro '__min'
# __min(sizeof (struct get_sdr_repository_info_rsp),
# ^
# ../include/ipmitool/helper.h:111:40: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# # define __min(a, b) ((a) < (b) ? (a) : (b))
# ^
# ipmi_sdr.c:4243:9: note: in expansion of macro '__min'
# __min(sizeof (struct get_sdr_repository_info_rsp),
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_type':
# ../include/ipmitool/helper.h:123:25: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;})
# ^
# ipmi_sdr.c:4513:6: note: in expansion of macro '__maxlen'
# __maxlen(type,
# ^
# ipmi_sdr.c: In function 'ipmi_sdr_print_entity':
# ../include/ipmitool/helper.h:123:25: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;})
# ^
# ipmi_sdr.c:4578:7: note: in expansion of macro '__maxlen'
# __maxlen(entitystr, entity_id_vals[i].str)) == 0) {
# ^
# In file included from ipmi_sel.c:50:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# ipmi_sel.c: In function 'ipmi_sel_oem_readval':
# ipmi_sel.c:86:2: warning: format '%x' expects argument of type 'unsigned int *', but argument 3 has type 'int *' [-Wformat=]
# if (sscanf(str, "0x%x", &ret) != 1) {
# ^
# ipmi_sel.c: In function 'ipmi_sel_oem_message':
# ipmi_sel.c:195:69: warning: unused parameter 'verbose' [-Wunused-parameter]
# static void ipmi_sel_oem_message(struct sel_event_record * evt, int verbose)
# ^
# ipmi_sel.c: In function 'get_kontron_evt_desc':
# ipmi_sel.c:455:41: warning: unused parameter 'intf' [-Wunused-parameter]
# get_kontron_evt_desc(struct ipmi_intf * intf, struct sel_event_record * rec)
# ^
# ipmi_sel.c: In function 'ipmi_sel_interpret':
# ipmi_sel.c:2405:4: warning: statement with no effect [-Wunused-value]
# evt.sel_type.standard_type.timestamp;
# ^
# ipmi_sel.c:2408:4: warning: implicit declaration of function 'index' [-Wimplicit-function-declaration]
# cursor = index((const char *)cursor, ';');
# ^
# ipmi_sel.c:2408:13: warning: incompatible implicit declaration of built-in function 'index' [enabled by default]
# cursor = index((const char *)cursor, ';');
# ^
# In file included from ipmi_sel.c:48:0:
# ipmi_sel.c: At top level:
# ../include/ipmitool/ipmi_sel_supermicro.h:37:17: warning: 'supermicro_x9dal' defined but not used [-Wunused-variable]
# static uint16_t supermicro_x9dal[] = {
# ^
# ../include/ipmitool/ipmi_sel_supermicro.h:41:17: warning: 'supermicro_x9db' defined but not used [-Wunused-variable]
# static uint16_t supermicro_x9db[] = {
# ^
# ../include/ipmitool/ipmi_sel_supermicro.h:45:17: warning: 'supermicro_x9sb' defined but not used [-Wunused-variable]
# static uint16_t supermicro_x9sb[] = {
# ^
# ../include/ipmitool/ipmi_sel_supermicro.h:53:17: warning: 'supermicro_b8' defined but not used [-Wunused-variable]
# static uint16_t supermicro_b8[] = {
# ^
# ../include/ipmitool/ipmi_sel_supermicro.h:57:17: warning: 'supermicro_h8' defined but not used [-Wunused-variable]
# static uint16_t supermicro_h8[] = {
# ^
# ../include/ipmitool/ipmi_sel_supermicro.h:64:17: warning: 'supermicro_p8' defined but not used [-Wunused-variable]
# static uint16_t supermicro_p8[] = {
# ^
# ../include/ipmitool/ipmi_sel_supermicro.h:68:17: warning: 'supermicro_x8' defined but not used [-Wunused-variable]
# static uint16_t supermicro_x8[] = {
# ^
# In file included from ipmi_sel.c:50:0:
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# depbase=`echo ipmi_pef.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_pef.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_pef.lo ipmi_pef.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_lanp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_lanp.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_lanp.lo ipmi_lanp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_pef.c:40:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_pef.c: In function 'ipmi_pef_bit_desc':
# ipmi_pef.c:98:4: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# sprintf(p, listitem[index], pmap->desc);
# ^
# ipmi_pef.c: In function 'ipmi_pef_print_flags':
# ipmi_pef.c:129:4: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# printf(listitem[index], ipmi_pef_bit_desc(map, maskval));
# ^
# ipmi_pef.c: In function 'ipmi_pef_print_field':
# ipmi_pef.c:141:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# printf(fmt[0], KYWD_LENGTH, label, val);
# ^
# ipmi_pef.c:143:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# printf(&fmt[1][2], val); /* skip field separator */
# ^
# ipmi_pef.c:145:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# printf(fmt[1], val);
# ^
# ipmi_pef.c: In function 'ipmi_pef_print_serial_dest_ppp':
# ipmi_pef.c:435:51: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_pef_print_serial_dest_ppp(struct ipmi_intf * intf,
# ^
# ipmi_pef.c:436:49: warning: unused parameter 'ssel' [-Wunused-parameter]
# struct pef_serial_cfgparm_selector * ssel)
# ^
# ipmi_pef.c: In function 'ipmi_pef_print_serial_dest_callback':
# ipmi_pef.c:445:56: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_pef_print_serial_dest_callback(struct ipmi_intf * intf,
# ^
# ipmi_pef.c:446:50: warning: unused parameter 'ssel' [-Wunused-parameter]
# struct pef_serial_cfgparm_selector * ssel)
# ^
# ipmi_pef.c: In function 'ipmi_pef_print_dest':
# ipmi_pef.c:517:40: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_pef_print_dest(struct ipmi_intf * intf, uint8_t ch, uint8_t dest)
# ^
# ipmi_pef.c:517:54: warning: unused parameter 'ch' [-Wunused-parameter]
# ipmi_pef_print_dest(struct ipmi_intf * intf, uint8_t ch, uint8_t dest)
# ^
# ipmi_pef.c: In function 'ipmi_pef_print_event_info':
# ipmi_pef.c:561:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (i=0; i
# ^
# ipmi_pef.c:563:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((t-1) >= PEF_B2S_GENERIC_ER_ENTRIES) {
# ^
# ipmi_pef.c: In function 'ipmi_pef_get_info':
# ipmi_pef.c:849:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# uid[8], uid[9], uid[10],uid[11],uid[12],uid[13],uid[14],uid[15]);
# ^
# ipmi_pef.c:853:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# uid[8], uid[9], uid[10],uid[11],uid[12],uid[13],uid[14],uid[15]);
# ^
# In file included from ipmi_lanp.c:48:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_lanp.c:54:0:
# ../include/ipmitool/ipmi_lanp.h:130:2: warning: missing initializer for field 'size' of 'struct lan_param' [-Wmissing-field-initializers]
# { -1 }
# ^
# ../include/ipmitool/ipmi_lanp.h:92:6: note: 'size' declared here
# int size;
# ^
# In file included from ipmi_lanp.c:55:0:
# ../include/ipmitool/ipmi_channel.h:94:2: warning: type of bit-field 'enabled_auth_types' is a GCC extension [-Wpedantic]
# uint8_t enabled_auth_types : 6; /* IPMI v1.5 enabled auth types */
# ^
# ../include/ipmitool/ipmi_channel.h:95:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1 : 1;
# ^
# ../include/ipmitool/ipmi_channel.h:96:2: warning: type of bit-field 'v20_data_available' is a GCC extension [-Wpedantic]
# uint8_t v20_data_available : 1; /* IPMI v2.0 data is available */
# ^
# ../include/ipmitool/ipmi_channel.h:107:2: warning: type of bit-field 'anon_login_enabled' is a GCC extension [-Wpedantic]
# uint8_t anon_login_enabled : 1; /* a null-named, null-pwd user exists */
# ^
# ../include/ipmitool/ipmi_channel.h:108:2: warning: type of bit-field 'null_usernames' is a GCC extension [-Wpedantic]
# uint8_t null_usernames : 1; /* one or more null usernames non-null pwds */
# ^
# ../include/ipmitool/ipmi_channel.h:109:2: warning: type of bit-field 'non_null_usernames' is a GCC extension [-Wpedantic]
# uint8_t non_null_usernames : 1; /* one or more non-null users exist */
# ^
# ../include/ipmitool/ipmi_channel.h:110:2: warning: type of bit-field 'user_level_auth' is a GCC extension [-Wpedantic]
# uint8_t user_level_auth : 1; /* user-level authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:111:2: warning: type of bit-field 'per_message_auth' is a GCC extension [-Wpedantic]
# uint8_t per_message_auth : 1; /* per-message authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:112:2: warning: type of bit-field 'kg_status' is a GCC extension [-Wpedantic]
# uint8_t kg_status : 1; /* two-key login status */
# ^
# ../include/ipmitool/ipmi_channel.h:113:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2 : 2;
# ^
# ../include/ipmitool/ipmi_channel.h:120:2: warning: type of bit-field 'ipmiv15_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv15_support : 1; /* channel supports IPMI v1.5 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:121:2: warning: type of bit-field 'ipmiv20_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv20_support : 1; /* channel supports IPMI v2.0 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:122:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3 : 6;
# ^
# depbase=`echo ipmi_fru.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_fru.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_fru.lo ipmi_fru.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_chassis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_chassis.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_chassis.lo ipmi_chassis.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_fru.c:33:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_fru.h:38,
# from ipmi_fru.c:37:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_fru.h:38:0,
# from ipmi_fru.c:37:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_fru.c:37:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# ipmi_fru.c: In function 'write_fru_area':
# ipmi_fru.c:467:3: warning: implicit declaration of function 'ipmi_intf_get_max_request_data_size' [-Wimplicit-function-declaration]
# uint16_t max_rq_size = ipmi_intf_get_max_request_data_size(intf);
# ^
# ipmi_fru.c: In function 'read_fru_area':
# ipmi_fru.c:637:3: warning: implicit declaration of function 'ipmi_intf_get_max_response_data_size' [-Wimplicit-function-declaration]
# uint16_t max_rs_size = ipmi_intf_get_max_response_data_size(intf) - 1;
# ^
# ipmi_fru.c: In function 'fru_area_print_chassis':
# ipmi_fru.c:965:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (i == j) {
# ^
# ipmi_fru.c: In function 'fru_area_print_board':
# ipmi_fru.c:1090:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (i == j)
# ^
# ipmi_fru.c: In function 'fru_area_print_product':
# ipmi_fru.c:1225:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (i == j)
# ^
# ipmi_fru.c: In function 'ipmi_fru_query_new_value':
# ipmi_fru.c:1458:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for( i=0;i
# ^
# ipmi_fru.c:1465:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for( i=0;i
# ^
# ipmi_fru.c: In function 'ipmi_fru_oemkontron_get':
# ipmi_fru.c:1569:25: warning: unused parameter 'len' [-Wunused-parameter]
# int off,int len,
# ^
# ipmi_fru.c:1570:41: warning: unused parameter 'h' [-Wunused-parameter]
# struct fru_multirec_header *h,
# ^
# ipmi_fru.c: In function 'ipmi_fru_oemkontron_edit':
# ipmi_fru.c:1874:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for(index=0;index<(sizeof(struct fru_multirec_header) -1);index++){
# ^
# ipmi_fru.c: In function 'ipmi_fru_picmg_ext_edit':
# ipmi_fru.c:1991:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for(index=0;index<(sizeof(struct fru_multirec_header) -1);index++){
# ^
# ipmi_fru.c: In function 'ipmi_fru_picmg_ext_print':
# ipmi_fru.c:2258:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (j=0; j < sizeof(struct fru_picmgext_guid);
# ^
# ipmi_fru.c:2487:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (j=0; j < sizeof(struct fru_picmgext_guid);
# ^
# ipmi_fru.c:2799:8: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=]
# freq, min_freq, max_freq);
# ^
# ipmi_fru.c:2799:8: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Wformat=]
# ipmi_fru.c:2799:8: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Wformat=]
# ipmi_fru.c: In function 'ipmi_fru_set_field_string':
# ipmi_fru.c:4783:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (i = 0; i < fru_section_len - 1; i++)
# ^
# ipmi_fru.c: In function 'ipmi_fru_set_field_string_rebuild':
# ipmi_fru.c:4966:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
# num_byte_change = strlen(f_string) - strlen(fru_area);
# ^
# In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0,
# from ../include/ipmitool/ipmi.h:36,
# from ipmi_fru.c:33:
# /sysroot/sysroot/usr/include/string.h:53:15: note: expected 'const char *' but argument is of type 'uint8_t *'
# extern size_t strlen(const char *) __purefunc;
# ^
# ipmi_fru.c:5087:53: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
# if(((header.offset.product * 8) + product_len_new - remaining_offset) < 0)
# ^
# ipmi_fru.c:5132:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
# strlen(fru_area)),
# ^
# In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0,
# from ../include/ipmitool/ipmi.h:36,
# from ipmi_fru.c:33:
# /sysroot/sysroot/usr/include/string.h:53:15: note: expected 'const char *' but argument is of type 'uint8_t *'
# extern size_t strlen(const char *) __purefunc;
# ^
# ipmi_fru.c:5137:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for(counter = 0; counter < padding_len; counter ++)
# ^
# ipmi_fru.c: At top level:
# ipmi_fru.c:819:1: warning: 'fru_area_print_multirec_bloc' defined but not used [-Wunused-function]
# fru_area_print_multirec_bloc(struct ipmi_intf * intf, struct fru_info * fru,
# ^
# In file included from ipmi_chassis.c:42:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# depbase=`echo ipmi_mc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_mc.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_mc.lo ipmi_mc.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_mc.c:41:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_mc.c:115:2: warning: type of bit-field 'receive_msg_intr' is a GCC extension [-Wpedantic]
# uint8_t receive_msg_intr : 1;
# ^
# ipmi_mc.c:116:2: warning: type of bit-field 'event_msgbuf_intr' is a GCC extension [-Wpedantic]
# uint8_t event_msgbuf_intr : 1;
# ^
# ipmi_mc.c:117:2: warning: type of bit-field 'event_msgbuf' is a GCC extension [-Wpedantic]
# uint8_t event_msgbuf : 1;
# ^
# ipmi_mc.c:118:2: warning: type of bit-field 'system_event_log' is a GCC extension [-Wpedantic]
# uint8_t system_event_log : 1;
# ^
# ipmi_mc.c:119:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved : 1;
# ^
# ipmi_mc.c:120:2: warning: type of bit-field 'oem0' is a GCC extension [-Wpedantic]
# uint8_t oem0 : 1;
# ^
# ipmi_mc.c:121:2: warning: type of bit-field 'oem1' is a GCC extension [-Wpedantic]
# uint8_t oem1 : 1;
# ^
# ipmi_mc.c:122:2: warning: type of bit-field 'oem2' is a GCC extension [-Wpedantic]
# uint8_t oem2 : 1;
# ^
# ipmi_mc.c: In function 'ipmi_mc_getsysinfo':
# ipmi_mc.c:944:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_mc.c:944:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_mc.c: In function 'ipmi_mc_setsysinfo':
# ipmi_mc.c:998:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_mc.c:998:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_mc.c: In function 'ipmi_sysinfo_main':
# ipmi_mc.c:1062:5: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
# strncpy(paramdata + 4, str + pos, IPMI_SYSINFO_SET0_SIZE);
# ^
# In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0,
# from ipmi_mc.c:33:
# /sysroot/sysroot/usr/include/string.h:77:15: note: expected 'char * restrict' but argument is of type 'unsigned char *'
# extern char* strncpy(char* __restrict, const char* __restrict, size_t);
# ^
# ipmi_mc.c:1066:5: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
# strncpy(paramdata + 2, str + pos, IPMI_SYSINFO_SETN_SIZE);
# ^
# In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0,
# from ipmi_mc.c:33:
# /sysroot/sysroot/usr/include/string.h:77:15: note: expected 'char * restrict' but argument is of type 'unsigned char *'
# extern char* strncpy(char* __restrict, const char* __restrict, size_t);
# ^
# depbase=`echo log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT log.lo -MD -MP -MF $depbase.Tpo -c -o log.lo log.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo dimm_spd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT dimm_spd.lo -MD -MP -MF $depbase.Tpo -c -o dimm_spd.lo dimm_spd.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_sensor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_sensor.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_sensor.lo ipmi_sensor.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_channel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_channel.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_channel.lo ipmi_channel.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from dimm_spd.c:33:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_fru.h:38,
# from dimm_spd.c:37:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_fru.h:38:0,
# from dimm_spd.c:37:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from dimm_spd.c:37:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# In file included from ipmi_sensor.c:36:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ipmi_sensor.c:40:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ipmi_sensor.c:40:0:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# dimm_spd.c: In function 'ipmi_spd_print':
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# dimm_spd.c:1347:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
# char *pchPN = spd_data+128;
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# In file included from dimm_spd.c:37:0:
# dimm_spd.c: At top level:
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_sensor.c:41:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# ipmi_sensor.c: In function 'print_thresh_setting':
# ipmi_sensor.c:235:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# printf(na_fmt, "na");
# ^
# ipmi_sensor.c:239:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# printf(analog_fmt, sdr_convert_sensor_reading (full, setting));
# ^
# ipmi_sensor.c:241:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
# printf(discrete_fmt, setting);
# ^
# In file included from ipmi_channel.c:45:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_channel.c:49:0:
# ../include/ipmitool/ipmi_lanp.h:130:2: warning: missing initializer for field 'size' of 'struct lan_param' [-Wmissing-field-initializers]
# { -1 }
# ^
# ../include/ipmitool/ipmi_lanp.h:92:6: note: 'size' declared here
# int size;
# ^
# In file included from ipmi_channel.c:50:0:
# ../include/ipmitool/ipmi_channel.h:94:2: warning: type of bit-field 'enabled_auth_types' is a GCC extension [-Wpedantic]
# uint8_t enabled_auth_types : 6; /* IPMI v1.5 enabled auth types */
# ^
# ../include/ipmitool/ipmi_channel.h:95:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1 : 1;
# ^
# ../include/ipmitool/ipmi_channel.h:96:2: warning: type of bit-field 'v20_data_available' is a GCC extension [-Wpedantic]
# uint8_t v20_data_available : 1; /* IPMI v2.0 data is available */
# ^
# ../include/ipmitool/ipmi_channel.h:107:2: warning: type of bit-field 'anon_login_enabled' is a GCC extension [-Wpedantic]
# uint8_t anon_login_enabled : 1; /* a null-named, null-pwd user exists */
# ^
# ../include/ipmitool/ipmi_channel.h:108:2: warning: type of bit-field 'null_usernames' is a GCC extension [-Wpedantic]
# uint8_t null_usernames : 1; /* one or more null usernames non-null pwds */
# ^
# ../include/ipmitool/ipmi_channel.h:109:2: warning: type of bit-field 'non_null_usernames' is a GCC extension [-Wpedantic]
# uint8_t non_null_usernames : 1; /* one or more non-null users exist */
# ^
# ../include/ipmitool/ipmi_channel.h:110:2: warning: type of bit-field 'user_level_auth' is a GCC extension [-Wpedantic]
# uint8_t user_level_auth : 1; /* user-level authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:111:2: warning: type of bit-field 'per_message_auth' is a GCC extension [-Wpedantic]
# uint8_t per_message_auth : 1; /* per-message authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:112:2: warning: type of bit-field 'kg_status' is a GCC extension [-Wpedantic]
# uint8_t kg_status : 1; /* two-key login status */
# ^
# ../include/ipmitool/ipmi_channel.h:113:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2 : 2;
# ^
# ../include/ipmitool/ipmi_channel.h:120:2: warning: type of bit-field 'ipmiv15_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv15_support : 1; /* channel supports IPMI v1.5 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:121:2: warning: type of bit-field 'ipmiv20_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv20_support : 1; /* channel supports IPMI v2.0 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:122:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3 : 6;
# ^
# ipmi_channel.c: In function '_ipmi_get_channel_access':
# ipmi_channel.c:75:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_channel.c:75:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_channel.c: In function '_ipmi_get_channel_info':
# ipmi_channel.c:118:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_channel.c:118:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# depbase=`echo ipmi_event.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_event.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_event.lo ipmi_event.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_session.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_session.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_session.lo ipmi_session.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_strings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_strings.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_strings.lo ipmi_strings.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_event.c:46:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_sel.h:38,
# from ipmi_event.c:50:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_sel.h:38:0,
# from ipmi_event.c:50:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_event.c:50:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from ipmi_event.c:52:0:
# ../include/ipmitool/ipmi_channel.h:94:2: warning: type of bit-field 'enabled_auth_types' is a GCC extension [-Wpedantic]
# uint8_t enabled_auth_types : 6; /* IPMI v1.5 enabled auth types */
# ^
# ../include/ipmitool/ipmi_channel.h:95:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1 : 1;
# ^
# ../include/ipmitool/ipmi_channel.h:96:2: warning: type of bit-field 'v20_data_available' is a GCC extension [-Wpedantic]
# uint8_t v20_data_available : 1; /* IPMI v2.0 data is available */
# ^
# ../include/ipmitool/ipmi_channel.h:107:2: warning: type of bit-field 'anon_login_enabled' is a GCC extension [-Wpedantic]
# uint8_t anon_login_enabled : 1; /* a null-named, null-pwd user exists */
# ^
# ../include/ipmitool/ipmi_channel.h:108:2: warning: type of bit-field 'null_usernames' is a GCC extension [-Wpedantic]
# uint8_t null_usernames : 1; /* one or more null usernames non-null pwds */
# ^
# ../include/ipmitool/ipmi_channel.h:109:2: warning: type of bit-field 'non_null_usernames' is a GCC extension [-Wpedantic]
# uint8_t non_null_usernames : 1; /* one or more non-null users exist */
# ^
# ../include/ipmitool/ipmi_channel.h:110:2: warning: type of bit-field 'user_level_auth' is a GCC extension [-Wpedantic]
# uint8_t user_level_auth : 1; /* user-level authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:111:2: warning: type of bit-field 'per_message_auth' is a GCC extension [-Wpedantic]
# uint8_t per_message_auth : 1; /* per-message authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:112:2: warning: type of bit-field 'kg_status' is a GCC extension [-Wpedantic]
# uint8_t kg_status : 1; /* two-key login status */
# ^
# ../include/ipmitool/ipmi_channel.h:113:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2 : 2;
# ^
# ../include/ipmitool/ipmi_channel.h:120:2: warning: type of bit-field 'ipmiv15_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv15_support : 1; /* channel supports IPMI v1.5 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:121:2: warning: type of bit-field 'ipmiv20_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv20_support : 1; /* channel supports IPMI v2.0 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:122:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3 : 6;
# ^
# In file included from ipmi_event.c:53:0:
# ../include/ipmitool/ipmi_event.h:55:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_event.h:56:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from ../include/ipmitool/ipmi.h:41:0,
# from ipmi_event.c:46:
# ipmi_event.c: In function 'ipmi_event_find_offset':
# ../include/ipmitool/helper.h:123:25: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;})
# ^
# ipmi_event.c:219:36: note: in expansion of macro '__maxlen'
# strncasecmp(desc, evt->desc, __maxlen(desc, evt->desc)) == 0)
# ^
# ipmi_event.c: In function 'ipmi_event_fromsensor':
# ipmi_event.c:405:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (x = 0; x < sizeof(digi_on)/sizeof(*digi_on); x++) {
# ^
# ipmi_event.c:412:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (x = 0; x < sizeof(digi_on)/sizeof(*digi_on); x++) {
# ^
# In file included from ipmi_session.c:44:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_session.c:48:0:
# ../include/ipmitool/ipmi_lanp.h:130:2: warning: missing initializer for field 'size' of 'struct lan_param' [-Wmissing-field-initializers]
# { -1 }
# ^
# ../include/ipmitool/ipmi_lanp.h:92:6: note: 'size' declared here
# int size;
# ^
# In file included from ipmi_session.c:49:0:
# ../include/ipmitool/ipmi_session.h:57:2: warning: type of bit-field 'session_slot_count' is a GCC extension [-Wpedantic]
# uint8_t session_slot_count : 6; /* 1-based */
# ^
# ../include/ipmitool/ipmi_session.h:58:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1 : 2;
# ^
# ../include/ipmitool/ipmi_session.h:65:2: warning: type of bit-field 'active_session_count' is a GCC extension [-Wpedantic]
# uint8_t active_session_count : 6; /* 1-based */
# ^
# ../include/ipmitool/ipmi_session.h:66:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2 : 2;
# ^
# ../include/ipmitool/ipmi_session.h:73:2: warning: type of bit-field 'user_id' is a GCC extension [-Wpedantic]
# uint8_t user_id : 6;
# ^
# ../include/ipmitool/ipmi_session.h:74:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3 : 2;
# ^
# ../include/ipmitool/ipmi_session.h:81:2: warning: type of bit-field 'privilege_level' is a GCC extension [-Wpedantic]
# uint8_t privilege_level : 4;
# ^
# ../include/ipmitool/ipmi_session.h:82:2: warning: type of bit-field '__reserved4' is a GCC extension [-Wpedantic]
# uint8_t __reserved4 : 4;
# ^
# ../include/ipmitool/ipmi_session.h:89:2: warning: type of bit-field 'channel_number' is a GCC extension [-Wpedantic]
# uint8_t channel_number : 4;
# ^
# ../include/ipmitool/ipmi_session.h:90:2: warning: type of bit-field 'auxiliary_data' is a GCC extension [-Wpedantic]
# uint8_t auxiliary_data : 4;
# ^
# ../include/ipmitool/ipmi_session.h:112:4: warning: type of bit-field 'destination_selector' is a GCC extension [-Wpedantic]
# uint8_t destination_selector : 4;
# ^
# ../include/ipmitool/ipmi_session.h:113:4: warning: type of bit-field '__reserved5' is a GCC extension [-Wpedantic]
# uint8_t __reserved5 : 4;
# ^
# depbase=`echo ipmi_user.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_user.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_user.lo ipmi_user.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ../include/ipmitool/ipmi_sensor.h:38:0,
# from ipmi_strings.c:36:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_sensor.h:39,
# from ipmi_strings.c:36:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_sensor.h:39:0,
# from ipmi_strings.c:36:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_strings.c:37:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# depbase=`echo ipmi_raw.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_raw.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_raw.lo ipmi_raw.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_raw.c:37:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_raw.c: In function 'ipmi_raw_main':
# ipmi_raw.c:334:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# else if (argc > sizeof(data))
# ^
# In file included from ipmi_user.c:48:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_user.c: In function '_ipmi_get_user_access':
# ipmi_user.c:72:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_user.c:72:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_user.c: In function '_ipmi_get_user_name':
# ipmi_user.c:114:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_user.c:114:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_user.c: In function '_ipmi_set_user_access':
# ipmi_user.c:152:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_user.c:152:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_user.c: In function '_ipmi_set_user_password':
# ipmi_user.c:198:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_user.c:198:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_user.c:212:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (copy_len > (data_len - 2)) {
# ^
# ipmi_user.c: In function 'ask_password':
# ipmi_user.c:490:2: warning: implicit declaration of function 'getpass' [-Wimplicit-function-declaration]
# return (char*)getpass(password_prompt);
# ^
# depbase=`echo ipmi_oem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_oem.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_oem.lo ipmi_oem.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_isol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_isol.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_isol.lo ipmi_isol.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_oem.c:33:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_sel.h:38,
# from ipmi_oem.c:38:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_sel.h:38:0,
# from ipmi_oem.c:38:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_oem.c:38:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from ipmi_isol.c:50:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_oem.c: In function 'ipmi_oem_ibm':
# ipmi_oem.c:86:33: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_oem_ibm(struct ipmi_intf * intf)
# ^
# ipmi_isol.c: In function 'ipmi_isol_red_pill':
# ipmi_isol.c:618:6: warning: pointer targets in passing argument 2 of 'processiSolUserInput' differ in signedness [-Wpointer-sign]
# int rc = processiSolUserInput(intf, buffer, numRead);
# ^
# ipmi_isol.c:457:1: note: expected 'uint8_t *' but argument is of type 'char *'
# processiSolUserInput(struct ipmi_intf * intf,
# ^
# depbase=`echo ipmi_sunoem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_sunoem.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_sunoem.lo ipmi_sunoem.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_fwum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_fwum.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_fwum.lo ipmi_fwum.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_sunoem.c:53:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_sel.h:38,
# from ipmi_sunoem.c:57:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_sel.h:38:0,
# from ipmi_sunoem.c:57:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_sunoem.c:57:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from ipmi_sunoem.c:60:0:
# ../include/ipmitool/ipmi_channel.h:94:2: warning: type of bit-field 'enabled_auth_types' is a GCC extension [-Wpedantic]
# uint8_t enabled_auth_types : 6; /* IPMI v1.5 enabled auth types */
# ^
# ../include/ipmitool/ipmi_channel.h:95:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1 : 1;
# ^
# ../include/ipmitool/ipmi_channel.h:96:2: warning: type of bit-field 'v20_data_available' is a GCC extension [-Wpedantic]
# uint8_t v20_data_available : 1; /* IPMI v2.0 data is available */
# ^
# ../include/ipmitool/ipmi_channel.h:107:2: warning: type of bit-field 'anon_login_enabled' is a GCC extension [-Wpedantic]
# uint8_t anon_login_enabled : 1; /* a null-named, null-pwd user exists */
# ^
# ../include/ipmitool/ipmi_channel.h:108:2: warning: type of bit-field 'null_usernames' is a GCC extension [-Wpedantic]
# uint8_t null_usernames : 1; /* one or more null usernames non-null pwds */
# ^
# ../include/ipmitool/ipmi_channel.h:109:2: warning: type of bit-field 'non_null_usernames' is a GCC extension [-Wpedantic]
# uint8_t non_null_usernames : 1; /* one or more non-null users exist */
# ^
# ../include/ipmitool/ipmi_channel.h:110:2: warning: type of bit-field 'user_level_auth' is a GCC extension [-Wpedantic]
# uint8_t user_level_auth : 1; /* user-level authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:111:2: warning: type of bit-field 'per_message_auth' is a GCC extension [-Wpedantic]
# uint8_t per_message_auth : 1; /* per-message authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:112:2: warning: type of bit-field 'kg_status' is a GCC extension [-Wpedantic]
# uint8_t kg_status : 1; /* two-key login status */
# ^
# ../include/ipmitool/ipmi_channel.h:113:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2 : 2;
# ^
# ../include/ipmitool/ipmi_channel.h:120:2: warning: type of bit-field 'ipmiv15_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv15_support : 1; /* channel supports IPMI v1.5 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:121:2: warning: type of bit-field 'ipmiv20_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv20_support : 1; /* channel supports IPMI v2.0 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:122:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3 : 6;
# ^
# ipmi_sunoem.c: In function 'ipmi_sunoem_getbehavior':
# ipmi_sunoem.c:2293:2: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
# strncpy(getbehavior_req.behavior_id, argv[0], SUNOEM_BEHAVIORID_SIZE - 1);
# ^
# In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0,
# from ipmi_sunoem.c:34:
# /sysroot/sysroot/usr/include/string.h:77:15: note: expected 'char * restrict' but argument is of type 'unsigned char *'
# extern char* strncpy(char* __restrict, const char* __restrict, size_t);
# ^
# depbase=`echo ipmi_picmg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_picmg.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_picmg.lo ipmi_picmg.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_fwum.c:43:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_fwum.c:44:0:
# ../include/ipmitool/ipmi_fwum.h:140:3: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic]
# unsigned char mode:1;
# ^
# ../include/ipmitool/ipmi_fwum.h:141:3: warning: type of bit-field 'seqAdd' is a GCC extension [-Wpedantic]
# unsigned char seqAdd:1;
# ^
# ../include/ipmitool/ipmi_fwum.h:142:3: warning: type of bit-field 'res' is a GCC extension [-Wpedantic]
# unsigned char res : 6;
# ^
# ipmi_fwum.c: In function 'KfwumSetupBuffersFromFile':
# ipmi_fwum.c:365:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# modulus, pFileHandle) == modulus) {
# ^
# depbase=`echo ipmi_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_main.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_main.lo ipmi_main.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ../include/ipmitool/ipmi_intf.h:36:0,
# from ipmi_picmg.c:34:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_picmg.c:35:0:
# ../include/ipmitool/ipmi_picmg.h:186:4: warning: type of bit-field 'lane0' is a GCC extension [-Wpedantic]
# unsigned short lane0 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:187:4: warning: type of bit-field 'lane1' is a GCC extension [-Wpedantic]
# unsigned short lane1 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:188:4: warning: type of bit-field 'lane2' is a GCC extension [-Wpedantic]
# unsigned short lane2 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:189:4: warning: type of bit-field 'lane3' is a GCC extension [-Wpedantic]
# unsigned short lane3 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:190:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# unsigned short type : 8;
# ^
# ../include/ipmitool/ipmi_picmg.h:191:4: warning: type of bit-field 'type_ext' is a GCC extension [-Wpedantic]
# unsigned short type_ext : 4;
# ^
# ../include/ipmitool/ipmi_picmg.h:192:4: warning: type of bit-field 'group_id' is a GCC extension [-Wpedantic]
# unsigned char group_id : 8;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_fru.h:38,
# from ipmi_picmg.c:36:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_fru.h:38:0,
# from ipmi_picmg.c:36:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_picmg.c:36:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_fru_activation':
# ipmi_picmg.c:664:56: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_fru_activation(struct ipmi_intf * intf, int argc, char ** argv, unsigned char state)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_fru_activation_policy_get':
# ipmi_picmg.c:698:67: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_fru_activation_policy_get(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_fru_activation_policy_set':
# ipmi_picmg.c:737:67: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_fru_activation_policy_set(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_get_led_properties':
# ipmi_picmg.c:1161:60: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_get_led_properties(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_get_led_capabilities':
# ipmi_picmg.c:1200:62: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_get_led_capabilities(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_get_led_state':
# ipmi_picmg.c:1250:55: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_get_led_state(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_set_led_state':
# ipmi_picmg.c:1337:55: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_set_led_state(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_get_power_level':
# ipmi_picmg.c:1413:57: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_get_power_level(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_set_power_level':
# ipmi_picmg.c:1464:57: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_set_power_level(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_fru_control':
# ipmi_picmg.c:1568:53: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_picmg_fru_control(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_clk_set':
# ipmi_picmg.c:1754:4: warning: pointer targets in passing argument 2 of 'is_clk_resid' differ in signedness [-Wpointer-sign]
# if (is_clk_resid(argv[6], &msg_data[10]) != 0) {
# ^
# ipmi_picmg.c:328:1: note: expected 'int8_t *' but argument is of type 'unsigned char *'
# is_clk_resid(const char *argv_ptr, int8_t *clk_resid_ptr)
# ^
# ipmi_picmg.c: In function 'ipmi_picmg_ipmb_address':
# ipmi_picmg.c:2313:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# req.msg.data = &msg_data;
# ^
# ipmi_picmg.c: In function 'picmg_discover':
# ipmi_picmg.c:2351:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# req.msg.data = &msg_data;
# ^
# In file included from ipmi_picmg.c:36:0:
# ipmi_picmg.c: At top level:
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# In file included from ipmi_main.c:53:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_main.c:55:0:
# ../include/ipmitool/ipmi_session.h:57:2: warning: type of bit-field 'session_slot_count' is a GCC extension [-Wpedantic]
# uint8_t session_slot_count : 6; /* 1-based */
# ^
# ../include/ipmitool/ipmi_session.h:58:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1 : 2;
# ^
# ../include/ipmitool/ipmi_session.h:65:2: warning: type of bit-field 'active_session_count' is a GCC extension [-Wpedantic]
# uint8_t active_session_count : 6; /* 1-based */
# ^
# ../include/ipmitool/ipmi_session.h:66:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2 : 2;
# ^
# ../include/ipmitool/ipmi_session.h:73:2: warning: type of bit-field 'user_id' is a GCC extension [-Wpedantic]
# uint8_t user_id : 6;
# ^
# ../include/ipmitool/ipmi_session.h:74:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3 : 2;
# ^
# ../include/ipmitool/ipmi_session.h:81:2: warning: type of bit-field 'privilege_level' is a GCC extension [-Wpedantic]
# uint8_t privilege_level : 4;
# ^
# ../include/ipmitool/ipmi_session.h:82:2: warning: type of bit-field '__reserved4' is a GCC extension [-Wpedantic]
# uint8_t __reserved4 : 4;
# ^
# ../include/ipmitool/ipmi_session.h:89:2: warning: type of bit-field 'channel_number' is a GCC extension [-Wpedantic]
# uint8_t channel_number : 4;
# ^
# ../include/ipmitool/ipmi_session.h:90:2: warning: type of bit-field 'auxiliary_data' is a GCC extension [-Wpedantic]
# uint8_t auxiliary_data : 4;
# ^
# ../include/ipmitool/ipmi_session.h:112:4: warning: type of bit-field 'destination_selector' is a GCC extension [-Wpedantic]
# uint8_t destination_selector : 4;
# ^
# ../include/ipmitool/ipmi_session.h:113:4: warning: type of bit-field '__reserved5' is a GCC extension [-Wpedantic]
# uint8_t __reserved5 : 4;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ipmi_main.c:56:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ipmi_main.c:56:0:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_main.c:58:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from ipmi_main.c:59:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# In file included from ipmi_main.c:62:0:
# ../include/ipmitool/ipmi_lanp.h:130:2: warning: missing initializer for field 'size' of 'struct lan_param' [-Wmissing-field-initializers]
# { -1 }
# ^
# ../include/ipmitool/ipmi_lanp.h:92:6: note: 'size' declared here
# int size;
# ^
# In file included from ipmi_main.c:67:0:
# ../include/ipmitool/ipmi_channel.h:94:2: warning: type of bit-field 'enabled_auth_types' is a GCC extension [-Wpedantic]
# uint8_t enabled_auth_types : 6; /* IPMI v1.5 enabled auth types */
# ^
# ../include/ipmitool/ipmi_channel.h:95:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1 : 1;
# ^
# ../include/ipmitool/ipmi_channel.h:96:2: warning: type of bit-field 'v20_data_available' is a GCC extension [-Wpedantic]
# uint8_t v20_data_available : 1; /* IPMI v2.0 data is available */
# ^
# ../include/ipmitool/ipmi_channel.h:107:2: warning: type of bit-field 'anon_login_enabled' is a GCC extension [-Wpedantic]
# uint8_t anon_login_enabled : 1; /* a null-named, null-pwd user exists */
# ^
# ../include/ipmitool/ipmi_channel.h:108:2: warning: type of bit-field 'null_usernames' is a GCC extension [-Wpedantic]
# uint8_t null_usernames : 1; /* one or more null usernames non-null pwds */
# ^
# ../include/ipmitool/ipmi_channel.h:109:2: warning: type of bit-field 'non_null_usernames' is a GCC extension [-Wpedantic]
# uint8_t non_null_usernames : 1; /* one or more non-null users exist */
# ^
# ../include/ipmitool/ipmi_channel.h:110:2: warning: type of bit-field 'user_level_auth' is a GCC extension [-Wpedantic]
# uint8_t user_level_auth : 1; /* user-level authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:111:2: warning: type of bit-field 'per_message_auth' is a GCC extension [-Wpedantic]
# uint8_t per_message_auth : 1; /* per-message authentication status */
# ^
# ../include/ipmitool/ipmi_channel.h:112:2: warning: type of bit-field 'kg_status' is a GCC extension [-Wpedantic]
# uint8_t kg_status : 1; /* two-key login status */
# ^
# ../include/ipmitool/ipmi_channel.h:113:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2 : 2;
# ^
# ../include/ipmitool/ipmi_channel.h:120:2: warning: type of bit-field 'ipmiv15_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv15_support : 1; /* channel supports IPMI v1.5 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:121:2: warning: type of bit-field 'ipmiv20_support' is a GCC extension [-Wpedantic]
# uint8_t ipmiv20_support : 1; /* channel supports IPMI v2.0 connections */
# ^
# ../include/ipmitool/ipmi_channel.h:122:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3 : 6;
# ^
# In file included from ipmi_main.c:69:0:
# ../include/ipmitool/ipmi_event.h:55:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_event.h:56:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from ipmi_main.c:75:0:
# ../include/ipmitool/ipmi_picmg.h:186:4: warning: type of bit-field 'lane0' is a GCC extension [-Wpedantic]
# unsigned short lane0 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:187:4: warning: type of bit-field 'lane1' is a GCC extension [-Wpedantic]
# unsigned short lane1 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:188:4: warning: type of bit-field 'lane2' is a GCC extension [-Wpedantic]
# unsigned short lane2 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:189:4: warning: type of bit-field 'lane3' is a GCC extension [-Wpedantic]
# unsigned short lane3 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:190:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# unsigned short type : 8;
# ^
# ../include/ipmitool/ipmi_picmg.h:191:4: warning: type of bit-field 'type_ext' is a GCC extension [-Wpedantic]
# unsigned short type_ext : 4;
# ^
# ../include/ipmitool/ipmi_picmg.h:192:4: warning: type of bit-field 'group_id' is a GCC extension [-Wpedantic]
# unsigned char group_id : 8;
# ^
# In file included from ipmi_main.c:51:0:
# ipmi_main.c: In function 'ipmi_cmd_run':
# ../include/ipmitool/helper.h:123:25: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;})
# ^
# ipmi_main.c:207:32: note: in expansion of macro '__maxlen'
# if (strncmp(name, cmd->name, __maxlen(cmd->name, name)) == 0)
# ^
# ipmi_main.c: In function 'ipmi_main':
# ipmi_main.c:534:4: warning: implicit declaration of function 'getpass' [-Wimplicit-function-declaration]
# tmp_pass = getpass("Password: ");
# ^
# ipmi_main.c:534:13: warning: assignment makes pointer from integer without a cast [enabled by default]
# tmp_pass = getpass("Password: ");
# ^
# ipmi_main.c:554:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# kgkey = strdup(optarg);
# ^
# ipmi_main.c:566:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# kgkey = strdup(tmp_env);
# ^
# ipmi_main.c:589:13: warning: assignment makes pointer from integer without a cast [enabled by default]
# tmp_pass = getpass("Key: ");
# ^
# ipmi_main.c:596:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# kgkey = strdup(tmp_pass);
# ^
# ipmi_main.c:870:12: warning: assignment makes pointer from integer without a cast [enabled by default]
# tmp_pass = getpass("Password: ");
# ^
# ipmi_main.c:932:3: warning: pointer targets in passing argument 2 of 'ipmi_intf_session_set_kgkey' differ in signedness [-Wpointer-sign]
# ipmi_intf_session_set_kgkey(ipmi_main_intf, kgkey);
# ^
# In file included from ipmi_main.c:54:0:
# ../include/ipmitool/ipmi_intf.h:220:6: note: expected 'char *' but argument is of type 'unsigned char *'
# void ipmi_intf_session_set_kgkey(struct ipmi_intf * intf, char * kgkey);
# ^
# In file included from ipmi_main.c:59:0:
# ipmi_main.c: At top level:
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# depbase=`echo ipmi_tsol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_tsol.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_tsol.lo ipmi_tsol.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_tsol.c:65:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_tsol.c: In function 'ipmi_tsol_command':
# ipmi_tsol.c:88:2: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'unsigned int *' [-Wformat=]
# if (sscanf(recvip, "%d.%d.%d.%d", &ip1, &ip2, &ip3, &ip4) != 4) {
# ^
# ipmi_tsol.c:88:2: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'unsigned int *' [-Wformat=]
# ipmi_tsol.c:88:2: warning: format '%d' expects argument of type 'int *', but argument 5 has type 'unsigned int *' [-Wformat=]
# ipmi_tsol.c:88:2: warning: format '%d' expects argument of type 'int *', but argument 6 has type 'unsigned int *' [-Wformat=]
# ipmi_tsol.c: In function 'ipmi_tsol_main':
# ipmi_tsol.c:540:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((fds[0].revents & POLLIN) && (sizeof(out_buff) > out_buff_fill)) {
# ^
# ipmi_tsol.c:543:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((sizeof(out_buff) - out_buff_fill + 4) < buff_size) {
# ^
# ipmi_tsol.c:561:53: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((fds[1].revents & POLLIN) && (sizeof(in_buff) > in_buff_fill)) {
# ^
# depbase=`echo ipmi_firewall.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_firewall.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_firewall.lo ipmi_firewall.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_firewall.c:42:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_firewall.c: In function 'ipmi_firewall_info':
# ipmi_firewall.c:902:9: warning: missing initializer for field 'force' of 'struct ipmi_function_params' [-Wmissing-field-initializers]
# struct ipmi_function_params p = {0xe, -1, -1, -1, -1};
# ^
# In file included from ipmi_firewall.c:44:0:
# ../include/ipmitool/ipmi_firewall.h:96:16: note: 'force' declared here
# unsigned char force;
# ^
# ipmi_firewall.c: In function 'ipmi_firewall_enable_disable':
# ipmi_firewall.c:1015:9: warning: missing initializer for field 'force' of 'struct ipmi_function_params' [-Wmissing-field-initializers]
# struct ipmi_function_params p = {0xe, -1, -1, -1, -1};
# ^
# In file included from ipmi_firewall.c:44:0:
# ../include/ipmitool/ipmi_firewall.h:96:16: note: 'force' declared here
# unsigned char force;
# ^
# ipmi_firewall.c: In function 'ipmi_firewall_reset':
# ipmi_firewall.c:1106:9: warning: missing initializer for field 'force' of 'struct ipmi_function_params' [-Wmissing-field-initializers]
# struct ipmi_function_params p = {0xe, -1, -1, -1, -1};
# ^
# In file included from ipmi_firewall.c:44:0:
# ../include/ipmitool/ipmi_firewall.h:96:16: note: 'force' declared here
# unsigned char force;
# ^
# depbase=`echo ipmi_kontronoem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_kontronoem.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_kontronoem.lo ipmi_kontronoem.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_hpmfwupg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_hpmfwupg.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_hpmfwupg.lo ipmi_hpmfwupg.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_kontronoem.c:45:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_fru.h:38,
# from ipmi_kontronoem.c:47:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_fru.h:38:0,
# from ipmi_kontronoem.c:47:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# In file included from ../include/ipmitool/ipmi_intf.h:36:0,
# from ipmi_hpmfwupg.c:38:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# In file included from ipmi_hpmfwupg.c:40:0:
# ../include/ipmitool/ipmi_hpmfwupg.h:130:4: warning: type of bit-field 'component0' is a GCC extension [-Wpedantic]
# unsigned char component0 : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:131:4: warning: type of bit-field 'component1' is a GCC extension [-Wpedantic]
# unsigned char component1 : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:132:4: warning: type of bit-field 'component2' is a GCC extension [-Wpedantic]
# unsigned char component2 : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:133:4: warning: type of bit-field 'component3' is a GCC extension [-Wpedantic]
# unsigned char component3 : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:134:4: warning: type of bit-field 'component4' is a GCC extension [-Wpedantic]
# unsigned char component4 : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:135:4: warning: type of bit-field 'component5' is a GCC extension [-Wpedantic]
# unsigned char component5 : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:136:4: warning: type of bit-field 'component6' is a GCC extension [-Wpedantic]
# unsigned char component6 : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:137:4: warning: type of bit-field 'component7' is a GCC extension [-Wpedantic]
# unsigned char component7 : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:184:4: warning: type of bit-field 'ipmcSelftestCap' is a GCC extension [-Wpedantic]
# unsigned char ipmcSelftestCap : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:185:4: warning: type of bit-field 'autRollback' is a GCC extension [-Wpedantic]
# unsigned char autRollback : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:186:4: warning: type of bit-field 'manualRollback' is a GCC extension [-Wpedantic]
# unsigned char manualRollback : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:187:4: warning: type of bit-field 'servAffectDuringUpg' is a GCC extension [-Wpedantic]
# unsigned char servAffectDuringUpg : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:188:4: warning: type of bit-field 'deferActivation' is a GCC extension [-Wpedantic]
# unsigned char deferActivation : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:189:4: warning: type of bit-field 'ipmcDegradedDurinUpg' is a GCC extension [-Wpedantic]
# unsigned char ipmcDegradedDurinUpg: 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:190:4: warning: type of bit-field 'autRollbackOverride' is a GCC extension [-Wpedantic]
# unsigned char autRollbackOverride : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:191:4: warning: type of bit-field 'fwUpgUndesirable' is a GCC extension [-Wpedantic]
# unsigned char fwUpgUndesirable : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:255:4: warning: type of bit-field 'rollbackBackup' is a GCC extension [-Wpedantic]
# unsigned char rollbackBackup : 2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:256:4: warning: type of bit-field 'preparationSupport' is a GCC extension [-Wpedantic]
# unsigned char preparationSupport : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:257:4: warning: type of bit-field 'comparisonSupport' is a GCC extension [-Wpedantic]
# unsigned char comparisonSupport : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:258:4: warning: type of bit-field 'deferredActivation' is a GCC extension [-Wpedantic]
# unsigned char deferredActivation : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:259:4: warning: type of bit-field 'payloadColdReset' is a GCC extension [-Wpedantic]
# unsigned char payloadColdReset : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:260:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved : 2;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:440:16: warning: ISO C forbids zero-size array 'data' [-Wpedantic]
# unsigned char data[0];
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:700:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved : 4;
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:701:4: warning: type of bit-field 'servAffected' is a GCC extension [-Wpedantic]
# unsigned char servAffected : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:702:4: warning: type of bit-field 'manRollback' is a GCC extension [-Wpedantic]
# unsigned char manRollback : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:703:4: warning: type of bit-field 'autRollback' is a GCC extension [-Wpedantic]
# unsigned char autRollback : 1;
# ^
# ../include/ipmitool/ipmi_hpmfwupg.h:704:4: warning: type of bit-field 'imageSelfTest' is a GCC extension [-Wpedantic]
# unsigned char imageSelfTest : 1;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_kontronoem.c:47:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# ipmi_hpmfwupg.c: In function 'HpmfwupgPreUpgradeCheck':
# ipmi_hpmfwupg.c:837:43: warning: unused parameter 'intf' [-Wunused-parameter]
# HpmfwupgPreUpgradeCheck(struct ipmi_intf *intf,
# ^
# ipmi_hpmfwupg.c: In function 'HpmfwupgGetBufferFromFile':
# ipmi_hpmfwupg.c:1415:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (ret != pFwupgCtx->imageSize) {
# ^
# ipmi_kontronoem.c: In function 'ipmi_kontron_nextboot_set':
# ipmi_kontronoem.c:659:55: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_kontron_nextboot_set(struct ipmi_intf *intf, int argc, char **argv)
# ^
# In file included from ipmi_kontronoem.c:47:0:
# ipmi_kontronoem.c: At top level:
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# ipmi_hpmfwupg.c: In function 'HpmfwupgCalculateChecksum':
# ipmi_hpmfwupg.c:2337:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (dataIdx = 0; dataIdx < length; dataIdx++) {
# ^
# depbase=`echo ipmi_sdradd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_sdradd.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_sdradd.lo ipmi_sdradd.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ipmi_sdradd.c:46:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ipmi_sdradd.c:51:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ipmi_sdradd.c:51:0:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# depbase=`echo ipmi_ekanalyzer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_ekanalyzer.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_ekanalyzer.lo ipmi_ekanalyzer.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_gendev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_gendev.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_gendev.lo ipmi_gendev.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ../include/ipmitool/ipmi_ekanalyzer.h:40:0,
# from ipmi_ekanalyzer.c:36:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_fru.h:38,
# from ../include/ipmitool/ipmi_ekanalyzer.h:41,
# from ipmi_ekanalyzer.c:36:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_fru.h:38:0,
# from ../include/ipmitool/ipmi_ekanalyzer.h:41,
# from ipmi_ekanalyzer.c:36:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ../include/ipmitool/ipmi_ekanalyzer.h:41:0,
# from ipmi_ekanalyzer.c:36:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# ipmi_ekanalyzer.c: In function 'ipmi_ekanalyzer_main':
# ipmi_ekanalyzer.c:483:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (type_offset = 0; type_offset < (argc-1); type_offset++ ) {
# ^
# In file included from ipmi_gendev.c:41:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_ekanalyzer.c:457:40: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_ekanalyzer_main(struct ipmi_intf *intf, int argc, char **argv)
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ipmi_gendev.c:44:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ipmi_gendev.c:44:0:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ipmi_ekanalyzer.c: In function 'ipmi_ek_matching_process':
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ipmi_ekanalyzer.c:1238:38: warning: unused parameter 'list_last' [-Wunused-parameter]
# struct ipmi_ek_multi_header ** list_last, char * opt,
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_gendev.c:47:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ipmi_ekanalyzer.c: In function 'ipmi_ek_display_record':
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# ipmi_ekanalyzer.c:2928:32: warning: unused parameter 'list_last' [-Wunused-parameter]
# struct ipmi_ek_multi_header *list_last)
# ^
# ipmi_ekanalyzer.c: In function 'ipmi_ek_display_board_p2p_record':
# ipmi_ekanalyzer.c:3360:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (j = 0; j < sizeof(struct fru_picmgext_guid); j++) {
# ^
# ipmi_ekanalyzer.c:3366:2: warning: statement with no effect [-Wunused-value]
# for (offset;
# ^
# ipmi_ekanalyzer.c: In function 'ipmi_ek_display_radial_ipmb0_record':
# ipmi_ekanalyzer.c:3525:2: warning: statement with no effect [-Wunused-value]
# for (offset; offset < record->header.len;) {
# ^
# In file included from ../include/ipmitool/ipmi_ekanalyzer.h:41:0,
# from ipmi_ekanalyzer.c:36:
# ipmi_ekanalyzer.c: At top level:
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# ipmi_ekanalyzer.c:3305:1: warning: 'ipmi_ek_display_shelf_fan_geography_record' defined but not used [-Wunused-function]
# ipmi_ek_display_shelf_fan_geography_record(struct ipmi_ek_multi_header *record)
# ^
# ipmi_gendev.c: In function 'ipmi_gendev_get_eeprom_size':
# ipmi_gendev.c:74:43: warning: unused parameter 'intf' [-Wunused-parameter]
# struct ipmi_intf *intf,
# ^
# ipmi_gendev.c: In function 'ipmi_gendev_write_file':
# ipmi_gendev.c:385:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if(fileLength != eeprom_size)
# ^
# depbase=`echo ipmi_ime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_ime.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_ime.lo ipmi_ime.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ../include/ipmitool/ipmi_ime.h:40:0,
# from ipmi_ime.c:81:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ipmi_ime.c: In function 'ImeImageCtxFromFile':
# ipmi_ime.c:895:23: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
# if (pImageCtx->size < 0)
# ^
# ipmi_ime.c: At top level:
# ipmi_ime.c:799:12: warning: 'ImeUpdateShowStatus' defined but not used [-Wunused-function]
# static int ImeUpdateShowStatus(struct ipmi_intf *intf)
# ^
# depbase=`echo ipmi_delloem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_delloem.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_delloem.lo ipmi_delloem.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ipmi_dcmi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_dcmi.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_dcmi.lo ipmi_dcmi.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ../include/ipmitool/ipmi_dcmi.h:23:0,
# from ipmi_dcmi.c:50:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_dcmi.c:57:0:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_sensor.h:39:0,
# from ipmi_dcmi.c:59:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# In file included from ipmi_delloem.c:49:0:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ../include/ipmitool/ipmi.h:41:0,
# from ../include/ipmitool/ipmi_dcmi.h:23,
# from ipmi_dcmi.c:50:
# ipmi_dcmi.c: In function 'str2val2':
# ../include/ipmitool/helper.h:123:25: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;})
# ^
# ipmi_dcmi.c:598:6: note: in expansion of macro '__maxlen'
# __maxlen(str, vs[i].str)) == 0) {
# ^
# ipmi_dcmi.c: In function 'ipmi_dcmi_prnt_oobDiscover':
# ipmi_dcmi.c:747:47: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_dcmi_prnt_oobDiscover(struct ipmi_intf * intf)
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_sel.h:38,
# from ipmi_delloem.c:53:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_sel.h:38:0,
# from ipmi_delloem.c:53:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_delloem.c:53:0:
# ../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# In file included from ipmi_delloem.c:54:0:
# ../include/ipmitool/ipmi_delloem.h:110:17: warning: type of bit-field 'encoding' is a GCC extension [-Wpedantic]
# uint8_t encoding : 4; /* 0 is printable ASCII 7-bit */
# ^
# ../include/ipmitool/ipmi_delloem.h:128:17: warning: type of bit-field 'encoding' is a GCC extension [-Wpedantic]
# uint8_t encoding : 4; /* 0 is printable ASCII 7-bit */
# ^
# In file included from ipmi_delloem.c:55:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# ipmi_delloem.c: In function 'ipmi_lcd_set_kvm':
# ipmi_delloem.c:1192:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:1192:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_lcd_set_lock':
# ipmi_delloem.c:1238:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:1238:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_lcd_set_text':
# ipmi_delloem.c:1341:61: warning: unused parameter 'line_number' [-Wunused-parameter]
# ipmi_lcd_set_text(struct ipmi_intf * intf, char * text, int line_number)
# ^
# ipmi_delloem.c: In function 'ipmi_delloem_lan_main':
# ipmi_delloem.c:2016:4: warning: pointer targets in passing argument 2 of 'ipmi_lan_set_nic_selection_12g' differ in signedness [-Wpointer-sign]
# rc = ipmi_lan_set_nic_selection_12g(intf,nic_set);
# ^
# ipmi_delloem.c:199:12: note: expected 'uint8_t *' but argument is of type 'char *'
# static int ipmi_lan_set_nic_selection_12g(struct ipmi_intf *intf,
# ^
# ipmi_delloem.c:1980:52: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_delloem_lan_main(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_delloem.c: In function 'ipmi_get_power_capstatus_command':
# ipmi_delloem.c:2702:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:2702:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_set_power_capstatus_command':
# ipmi_delloem.c:2746:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:2746:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_get_power_headroom_command':
# ipmi_delloem.c:3022:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:3022:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_get_instan_power_consmpt_data':
# ipmi_delloem.c:3153:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req={0};
# ^
# ipmi_delloem.c:3153:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# depbase=`echo hpm2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT hpm2.lo -MD -MP -MF $depbase.Tpo -c -o hpm2.lo hpm2.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# ipmi_delloem.c: In function 'ipmi_get_minpower_consmpt_history':
# ipmi_delloem.c:3391:5: warning: too many arguments for format [-Wformat-extra-args]
# rdata[20], rdata[21], rdata[22], rdata[23]);
# ^
# ipmi_delloem.c: In function 'ipmi_get_power_cap':
# ipmi_delloem.c:3582:5: warning: too many arguments for format [-Wformat-extra-args]
# rdata[8], rdata[9], rdata[10],rdata[11]);
# ^
# ipmi_delloem.c: In function 'ipmi_delloem_vFlash_main':
# ipmi_delloem.c:3838:55: warning: unused parameter 'argc' [-Wunused-parameter]
# ipmi_delloem_vFlash_main(struct ipmi_intf * intf, int argc, char ** argv)
# ^
# ipmi_delloem.c: In function 'CheckSetLEDSupport':
# ipmi_delloem.c:4051:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:4051:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_getdrivemap':
# ipmi_delloem.c:4096:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:4096:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_setled_state':
# ipmi_delloem.c:4147:9: warning: missing braces around initializer [-Wmissing-braces]
# struct ipmi_rq req = {0};
# ^
# ipmi_delloem.c:4147:9: warning: (near initialization for 'req.msg') [-Wmissing-braces]
# ipmi_delloem.c: In function 'ipmi_delloem_setled_main':
# ipmi_delloem.c:4247:2: warning: format '%x' expects argument of type 'unsigned int *', but argument 3 has type 'int *' [-Wformat=]
# } else if (sscanf(argv[current_arg], "%*x:%x:%x.%x", &b,&d,&f) == 3) {
# ^
# ipmi_delloem.c:4247:2: warning: format '%x' expects argument of type 'unsigned int *', but argument 4 has type 'int *' [-Wformat=]
# ipmi_delloem.c:4247:2: warning: format '%x' expects argument of type 'unsigned int *', but argument 5 has type 'int *' [-Wformat=]
# ipmi_delloem.c:4251:2: warning: format '%x' expects argument of type 'unsigned int *', but argument 3 has type 'int *' [-Wformat=]
# } else if (sscanf(argv[current_arg], "%x:%x.%x", &b,&d,&f) == 3) {
# ^
# ipmi_delloem.c:4251:2: warning: format '%x' expects argument of type 'unsigned int *', but argument 4 has type 'int *' [-Wformat=]
# ipmi_delloem.c:4251:2: warning: format '%x' expects argument of type 'unsigned int *', but argument 5 has type 'int *' [-Wformat=]
# In file included from ipmi_delloem.c:55:0:
# ipmi_delloem.c: At top level:
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# In file included from ../include/ipmitool/ipmi_intf.h:36:0,
# from ../include/ipmitool/hpm2.h:34,
# from hpm2.c:34:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# depbase=`echo ipmi_vita.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ipmi_vita.lo -MD -MP -MF $depbase.Tpo -c -o ipmi_vita.lo ipmi_vita.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# In file included from ../include/ipmitool/ipmi_intf.h:36:0,
# from ipmi_vita.c:34:
# ../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ipmi_vita.c:35:0:
# ../include/ipmitool/ipmi_picmg.h:186:4: warning: type of bit-field 'lane0' is a GCC extension [-Wpedantic]
# unsigned short lane0 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:187:4: warning: type of bit-field 'lane1' is a GCC extension [-Wpedantic]
# unsigned short lane1 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:188:4: warning: type of bit-field 'lane2' is a GCC extension [-Wpedantic]
# unsigned short lane2 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:189:4: warning: type of bit-field 'lane3' is a GCC extension [-Wpedantic]
# unsigned short lane3 : 1;
# ^
# ../include/ipmitool/ipmi_picmg.h:190:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# unsigned short type : 8;
# ^
# ../include/ipmitool/ipmi_picmg.h:191:4: warning: type of bit-field 'type_ext' is a GCC extension [-Wpedantic]
# unsigned short type_ext : 4;
# ^
# ../include/ipmitool/ipmi_picmg.h:192:4: warning: type of bit-field 'group_id' is a GCC extension [-Wpedantic]
# unsigned char group_id : 8;
# ^
# In file included from ../include/ipmitool/ipmi_sdr.h:44:0,
# from ../include/ipmitool/ipmi_fru.h:38,
# from ipmi_vita.c:37:
# ../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../include/ipmitool/ipmi_fru.h:38:0,
# from ipmi_vita.c:37:
# ../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from ipmi_vita.c:37:0:
# ../include/ipmitool/ipmi_fru.h:65:2: warning: type of bit-field 'access' is a GCC extension [-Wpedantic]
# uint8_t access:1;
# ^
# ../include/ipmitool/ipmi_fru.h:84:3: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# ../include/ipmitool/ipmi_fru.h:153:2: warning: type of bit-field 'capacity' is a GCC extension [-Wpedantic]
# uint16_t capacity:12;
# ^
# ../include/ipmitool/ipmi_fru.h:154:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint16_t __reserved1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:174:2: warning: type of bit-field 'predictive_fail' is a GCC extension [-Wpedantic]
# uint8_t predictive_fail:1;
# ^
# ../include/ipmitool/ipmi_fru.h:175:2: warning: type of bit-field 'pfc' is a GCC extension [-Wpedantic]
# uint8_t pfc:1;
# ^
# ../include/ipmitool/ipmi_fru.h:176:2: warning: type of bit-field 'autoswitch' is a GCC extension [-Wpedantic]
# uint8_t autoswitch:1;
# ^
# ../include/ipmitool/ipmi_fru.h:177:2: warning: type of bit-field 'hotswap' is a GCC extension [-Wpedantic]
# uint8_t hotswap:1;
# ^
# ../include/ipmitool/ipmi_fru.h:178:2: warning: type of bit-field 'tach' is a GCC extension [-Wpedantic]
# uint8_t tach:1;
# ^
# ../include/ipmitool/ipmi_fru.h:179:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:3;
# ^
# ../include/ipmitool/ipmi_fru.h:186:2: warning: type of bit-field 'combined_voltage2' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage2:4;
# ^
# ../include/ipmitool/ipmi_fru.h:187:2: warning: type of bit-field 'combined_voltage1' is a GCC extension [-Wpedantic]
# uint8_t combined_voltage1:4;
# ^
# ../include/ipmitool/ipmi_fru.h:208:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:209:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:3;
# ^
# ../include/ipmitool/ipmi_fru.h:210:2: warning: type of bit-field 'standby' is a GCC extension [-Wpedantic]
# uint8_t standby:1;
# ^
# ../include/ipmitool/ipmi_fru.h:231:2: warning: type of bit-field 'output_number' is a GCC extension [-Wpedantic]
# uint8_t output_number:4;
# ^
# ../include/ipmitool/ipmi_fru.h:232:2: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:4;
# ^
# ../include/ipmitool/ipmi_fru.h:372:2: warning: type of bit-field 'asymetricMatch' is a GCC extension [-Wpedantic]
# unsigned char asymetricMatch:2;
# ^
# ../include/ipmitool/ipmi_fru.h:373:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned char reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:484:2: warning: type of bit-field 'remote_port' is a GCC extension [-Wpedantic]
# unsigned short remote_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:485:2: warning: type of bit-field 'local_port' is a GCC extension [-Wpedantic]
# unsigned short local_port:5;
# ^
# ../include/ipmitool/ipmi_fru.h:486:2: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# unsigned short reserved:6;
# ^
# ../include/ipmitool/ipmi_fru.h:503:2: warning: type of bit-field 'resource_id' is a GCC extension [-Wpedantic]
# unsigned char resource_id :4;
# ^
# ../include/ipmitool/ipmi_fru.h:504:2: warning: type of bit-field '' is a GCC extension [-Wpedantic]
# unsigned char /* reserved */ :3;
# ^
# ../include/ipmitool/ipmi_fru.h:505:2: warning: type of bit-field 'record_type' is a GCC extension [-Wpedantic]
# unsigned char record_type :1;
# ^
# ../include/ipmitool/ipmi_fru.h:613:20: warning: 'section_id' defined but not used [-Wunused-variable]
# static const char *section_id[4] = {
# ^
# depbase=`echo ../src/plugins/lan/md5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT ../src/plugins/lan/md5.lo -MD -MP -MF $depbase.Tpo -c -o ../src/plugins/lan/md5.lo ../src/plugins/lan/md5.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# /bin/sh ../libtool --silent --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -export-dynamic -o libipmitool.la helper.lo ipmi_sdr.lo ipmi_sel.lo ipmi_sol.lo ipmi_pef.lo ipmi_lanp.lo ipmi_fru.lo ipmi_chassis.lo ipmi_mc.lo log.lo dimm_spd.lo ipmi_sensor.lo ipmi_channel.lo ipmi_event.lo ipmi_session.lo ipmi_strings.lo ipmi_user.lo ipmi_raw.lo ipmi_oem.lo ipmi_isol.lo ipmi_sunoem.lo ipmi_fwum.lo ipmi_picmg.lo ipmi_main.lo ipmi_tsol.lo ipmi_firewall.lo ipmi_kontronoem.lo ipmi_hpmfwupg.lo ipmi_sdradd.lo ipmi_ekanalyzer.lo ipmi_gendev.lo ipmi_ime.lo ipmi_delloem.lo ipmi_dcmi.lo hpm2.lo ipmi_vita.lo ../src/plugins/lan/md5.lo -lm
# make[2]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/lib'
# Making all in src
# make[2]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/src'
# Making all in plugins
# make[3]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins'
# Making all in lan
# make[4]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/lan'
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT lan.lo -MD -MP -MF .deps/lan.Tpo -c -o lan.lo lan.c
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT auth.lo -MD -MP -MF .deps/auth.Tpo -c -o auth.lo auth.c
# In file included from lan.c:52:0:
# ../../../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../../../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from auth.c:42:0:
# ../../../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../../../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# auth.c: In function 'ipmi_auth_md2':
# auth.c:129:47: warning: unused parameter 's' [-Wunused-parameter]
# uint8_t * ipmi_auth_md2(struct ipmi_session * s, uint8_t * data, int data_len)
# ^
# auth.c:129:60: warning: unused parameter 'data' [-Wunused-parameter]
# uint8_t * ipmi_auth_md2(struct ipmi_session * s, uint8_t * data, int data_len)
# ^
# auth.c:129:70: warning: unused parameter 'data_len' [-Wunused-parameter]
# uint8_t * ipmi_auth_md2(struct ipmi_session * s, uint8_t * data, int data_len)
# ^
# auth.c: In function 'ipmi_auth_special':
# auth.c:204:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
# md5_append(&state, (const md5_byte_t *)s->authcode, strlen(s->authcode));
# ^
# In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0,
# from auth.c:33:
# /sysroot/sysroot/usr/include/string.h:53:15: note: expected 'const char *' but argument is of type 'uint8_t *'
# extern size_t strlen(const char *) __purefunc;
# ^
# In file included from ../../../include/ipmitool/ipmi_sdr.h:44:0,
# from ../../../include/ipmitool/ipmi_sel.h:38,
# from lan.c:53:
# ../../../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../../../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../../../include/ipmitool/ipmi_sel.h:38:0,
# from lan.c:53:
# ../../../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from lan.c:53:0:
# ../../../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../../../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# lan.c: In function 'ipmi_handle_pong':
# lan.c:344:37: warning: unused parameter 'intf' [-Wunused-parameter]
# ipmi_handle_pong(struct ipmi_intf * intf, struct ipmi_rs * rsp)
# ^
# lan.c: In function 'check_sol_packet_for_new_data':
# lan.c:1445:50: warning: unused parameter 'intf' [-Wunused-parameter]
# check_sol_packet_for_new_data(struct ipmi_intf * intf,
# ^
# mv -f .deps/auth.Tpo .deps/auth.Plo
# mv -f .deps/lan.Tpo .deps/lan.Plo
# /bin/sh ../../../libtool --silent --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -o libintf_lan.la lan.lo auth.lo md5.lo ../../../lib/libipmitool.la
# copying selected object files to avoid basename conflicts...
# make[4]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/lan'
# Making all in open
# make[4]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/open'
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT open.lo -MD -MP -MF .deps/open.Tpo -c -o open.lo open.c
# In file included from open.c:45:0:
# ../../../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../../../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../../../include/ipmitool/ipmi_sdr.h:44:0,
# from ../../../include/ipmitool/ipmi_sel.h:38,
# from open.c:47:
# ../../../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../../../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../../../include/ipmitool/ipmi_sel.h:38:0,
# from open.c:47:
# ../../../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from open.c:47:0:
# ../../../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../../../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# mv -f .deps/open.Tpo .deps/open.Plo
# /bin/sh ../../../libtool --silent --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -o libintf_open.la open.lo ../../../lib/libipmitool.la
# make[4]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/open'
# Making all in imb
# make[4]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/imb'
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT imbapi.lo -MD -MP -MF .deps/imbapi.Tpo -c -o imbapi.lo imbapi.c
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT imb.lo -MD -MP -MF .deps/imb.Tpo -c -o imb.lo imb.c
# imbapi.c:123:27: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
# #define DEBUG(format, args...)
# ^
# imbapi.c: In function 'DeviceIoControl':
# imbapi.c:367:12: warning: unused parameter 'dummey_hDevice' [-Wunused-parameter]
# HANDLE dummey_hDevice, /* handle of device */
# ^
# In file included from imb.c:43:0:
# ../../../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../../../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# In file included from ../../../include/ipmitool/ipmi_sdr.h:44:0,
# from ../../../include/ipmitool/ipmi_sel.h:38,
# from imb.c:46:
# ../../../include/ipmitool/ipmi_entity.h:45:2: warning: type of bit-field 'instance' is a GCC extension [-Wpedantic]
# uint8_t instance : 7; /* instance number */
# ^
# ../../../include/ipmitool/ipmi_entity.h:46:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical : 1; /* physical/logical */
# ^
# In file included from ../../../include/ipmitool/ipmi_sel.h:38:0,
# from imb.c:46:
# ../../../include/ipmitool/ipmi_sdr.h:215:4: warning: type of bit-field 'assert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:216:4: warning: type of bit-field 'assert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:217:4: warning: type of bit-field 'assert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:218:4: warning: type of bit-field 'assert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lcr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:219:4: warning: type of bit-field 'assert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:220:4: warning: type of bit-field 'assert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_lnr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:221:4: warning: type of bit-field 'assert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:222:4: warning: type of bit-field 'assert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:223:4: warning: type of bit-field 'assert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:224:4: warning: type of bit-field 'assert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_ucr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:225:4: warning: type of bit-field 'assert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:226:4: warning: type of bit-field 'assert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t assert_unr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:227:4: warning: type of bit-field 'status_lnc' is a GCC extension [-Wpedantic]
# uint16_t status_lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:228:4: warning: type of bit-field 'status_lcr' is a GCC extension [-Wpedantic]
# uint16_t status_lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:229:4: warning: type of bit-field 'status_lnr' is a GCC extension [-Wpedantic]
# uint16_t status_lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:230:4: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:250:4: warning: type of bit-field 'deassert_lnc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:251:4: warning: type of bit-field 'deassert_lnc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:252:4: warning: type of bit-field 'deassert_lcr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:253:4: warning: type of bit-field 'deassert_lcr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lcr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:254:4: warning: type of bit-field 'deassert_lnr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:255:4: warning: type of bit-field 'deassert_lnr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_lnr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:256:4: warning: type of bit-field 'deassert_unc_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:257:4: warning: type of bit-field 'deassert_unc_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unc_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:258:4: warning: type of bit-field 'deassert_ucr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:259:4: warning: type of bit-field 'deassert_ucr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_ucr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:260:4: warning: type of bit-field 'deassert_unr_low' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_low:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:261:4: warning: type of bit-field 'deassert_unr_high' is a GCC extension [-Wpedantic]
# uint16_t deassert_unr_high:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:262:4: warning: type of bit-field 'status_unc' is a GCC extension [-Wpedantic]
# uint16_t status_unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:263:4: warning: type of bit-field 'status_ucr' is a GCC extension [-Wpedantic]
# uint16_t status_ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:264:4: warning: type of bit-field 'status_unr' is a GCC extension [-Wpedantic]
# uint16_t status_unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:265:4: warning: type of bit-field 'reserved_2' is a GCC extension [-Wpedantic]
# uint16_t reserved_2:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:280:6: warning: type of bit-field 'readable' is a GCC extension [-Wpedantic]
# uint16_t readable:8;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:281:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:282:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:283:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:284:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:285:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:286:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:287:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:302:6: warning: type of bit-field 'lnc' is a GCC extension [-Wpedantic]
# uint16_t lnc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:303:6: warning: type of bit-field 'lcr' is a GCC extension [-Wpedantic]
# uint16_t lcr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:304:6: warning: type of bit-field 'lnr' is a GCC extension [-Wpedantic]
# uint16_t lnr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:305:6: warning: type of bit-field 'unc' is a GCC extension [-Wpedantic]
# uint16_t unc:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:306:6: warning: type of bit-field 'ucr' is a GCC extension [-Wpedantic]
# uint16_t ucr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:307:6: warning: type of bit-field 'unr' is a GCC extension [-Wpedantic]
# uint16_t unr:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:308:6: warning: type of bit-field 'reserved' is a GCC extension [-Wpedantic]
# uint16_t reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:309:6: warning: type of bit-field 'settable' is a GCC extension [-Wpedantic]
# uint16_t settable:8;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:312:23: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# } ATTRIBUTE_PACKING;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:331:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:332:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:333:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:352:4: warning: type of bit-field 'sensor_scan' is a GCC extension [-Wpedantic]
# uint8_t sensor_scan:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:353:4: warning: type of bit-field 'event_gen' is a GCC extension [-Wpedantic]
# uint8_t event_gen:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:354:4: warning: type of bit-field 'type' is a GCC extension [-Wpedantic]
# uint8_t type:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:355:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:356:4: warning: type of bit-field 'thresholds' is a GCC extension [-Wpedantic]
# uint8_t thresholds:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:357:4: warning: type of bit-field 'events' is a GCC extension [-Wpedantic]
# uint8_t events:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:358:4: warning: type of bit-field 'scanning' is a GCC extension [-Wpedantic]
# uint8_t scanning:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:359:4: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:370:4: warning: type of bit-field 'event_msg' is a GCC extension [-Wpedantic]
# uint8_t event_msg:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:371:4: warning: type of bit-field 'threshold' is a GCC extension [-Wpedantic]
# uint8_t threshold:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:372:4: warning: type of bit-field 'hysteresis' is a GCC extension [-Wpedantic]
# uint8_t hysteresis:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:373:4: warning: type of bit-field 'rearm' is a GCC extension [-Wpedantic]
# uint8_t rearm:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:374:4: warning: type of bit-field 'ignore' is a GCC extension [-Wpedantic]
# uint8_t ignore:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:391:3: warning: type of bit-field 'pct' is a GCC extension [-Wpedantic]
# uint8_t pct:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:392:3: warning: type of bit-field 'modifier' is a GCC extension [-Wpedantic]
# uint8_t modifier:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:393:3: warning: type of bit-field 'rate' is a GCC extension [-Wpedantic]
# uint8_t rate:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:394:3: warning: type of bit-field 'analog' is a GCC extension [-Wpedantic]
# uint8_t analog:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:422:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:423:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:424:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:430:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:431:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:462:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2; /* sensor owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:463:3: warning: type of bit-field 'fru_owner' is a GCC extension [-Wpedantic]
# uint8_t fru_owner:2; /* fru device owner lun */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:464:3: warning: type of bit-field 'channel' is a GCC extension [-Wpedantic]
# uint8_t channel:4; /* channel number */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:480:3: warning: type of bit-field 'count' is a GCC extension [-Wpedantic]
# uint8_t count:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:481:3: warning: type of bit-field 'mod_type' is a GCC extension [-Wpedantic]
# uint8_t mod_type:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:482:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:488:3: warning: type of bit-field 'mod_offset' is a GCC extension [-Wpedantic]
# uint8_t mod_offset:7;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:489:3: warning: type of bit-field 'entity_inst' is a GCC extension [-Wpedantic]
# uint8_t entity_inst:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:534:3: warning: type of bit-field 'nominal_read' is a GCC extension [-Wpedantic]
# uint8_t nominal_read:1; /* nominal reading field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:535:3: warning: type of bit-field 'normal_max' is a GCC extension [-Wpedantic]
# uint8_t normal_max:1; /* normal max field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:536:3: warning: type of bit-field 'normal_min' is a GCC extension [-Wpedantic]
# uint8_t normal_min:1; /* normal min field specified */
# ^
# ../../../include/ipmitool/ipmi_sdr.h:537:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:581:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:582:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:589:2: warning: type of bit-field 'global_init' is a GCC extension [-Wpedantic]
# uint8_t global_init:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:590:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:591:2: warning: type of bit-field 'pwr_state_notif' is a GCC extension [-Wpedantic]
# uint8_t pwr_state_notif:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:613:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:614:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:615:2: warning: type of bit-field '__reserved2' is a GCC extension [-Wpedantic]
# uint8_t __reserved2:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:616:2: warning: type of bit-field 'logical' is a GCC extension [-Wpedantic]
# uint8_t logical:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:622:2: warning: type of bit-field '__reserved3' is a GCC extension [-Wpedantic]
# uint8_t __reserved3:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:623:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:4;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:648:2: warning: type of bit-field 'bus' is a GCC extension [-Wpedantic]
# uint8_t bus:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:649:2: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:650:2: warning: type of bit-field 'channel_num' is a GCC extension [-Wpedantic]
# uint8_t channel_num:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:656:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:657:2: warning: type of bit-field 'addr_span' is a GCC extension [-Wpedantic]
# uint8_t addr_span:3;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:683:3: warning: type of bit-field '__reserved' is a GCC extension [-Wpedantic]
# uint8_t __reserved:5;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:684:3: warning: type of bit-field 'isaccessable' is a GCC extension [-Wpedantic]
# uint8_t isaccessable:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:685:3: warning: type of bit-field 'islinked' is a GCC extension [-Wpedantic]
# uint8_t islinked:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:686:3: warning: type of bit-field 'isrange' is a GCC extension [-Wpedantic]
# uint8_t isrange:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:730:2: warning: type of bit-field 'get_sdr_repository_allo_info_supported' is a GCC extension [-Wpedantic]
# uint8_t get_sdr_repository_allo_info_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:731:2: warning: type of bit-field 'reserve_sdr_repository_supported' is a GCC extension [-Wpedantic]
# uint8_t reserve_sdr_repository_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:732:2: warning: type of bit-field 'partial_add_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t partial_add_sdr_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:733:2: warning: type of bit-field 'delete_sdr_supported' is a GCC extension [-Wpedantic]
# uint8_t delete_sdr_supported:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:734:2: warning: type of bit-field '__reserved1' is a GCC extension [-Wpedantic]
# uint8_t __reserved1:1;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:735:2: warning: type of bit-field 'modal_update_support' is a GCC extension [-Wpedantic]
# uint8_t modal_update_support:2;
# ^
# ../../../include/ipmitool/ipmi_sdr.h:736:2: warning: type of bit-field 'overflow_flag' is a GCC extension [-Wpedantic]
# uint8_t overflow_flag:1;
# ^
# In file included from imb.c:46:0:
# ../../../include/ipmitool/ipmi_sel.h:83:2: warning: type of bit-field 'event_type' is a GCC extension [-Wpedantic]
# uint8_t event_type : 7;
# ^
# ../../../include/ipmitool/ipmi_sel.h:84:2: warning: type of bit-field 'event_dir' is a GCC extension [-Wpedantic]
# uint8_t event_dir : 1;
# ^
# imb.c: In function 'ipmi_imb_send_cmd':
# imb.c:78:62: warning: unused parameter 'intf' [-Wunused-parameter]
# static struct ipmi_rs * ipmi_imb_send_cmd(struct ipmi_intf * intf, struct ipmi_rq * req)
# ^
# mv -f .deps/imb.Tpo .deps/imb.Plo
# mv -f .deps/imbapi.Tpo .deps/imbapi.Plo
# /bin/sh ../../../libtool --silent --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -o libintf_imb.la imbapi.lo imb.lo ../../../lib/libipmitool.la
# make[4]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/imb'
# Making all in serial
# make[4]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/serial'
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT serial_terminal.lo -MD -MP -MF .deps/serial_terminal.Tpo -c -o serial_terminal.lo serial_terminal.c
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT serial_basic.lo -MD -MP -MF .deps/serial_basic.Tpo -c -o serial_basic.lo serial_basic.c
# In file included from serial_basic.c:51:0:
# ../../../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../../../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# serial_basic.c:82:16: warning: ISO C forbids zero-size array 'data' [-Wpedantic]
# unsigned char data[0];
# ^
# serial_basic.c:104:16: warning: ISO C forbids zero-size array 'data' [-Wpedantic]
# unsigned char data[0];
# ^
# serial_basic.c: In function 'serial_bm_open':
# serial_basic.c:243:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (i = 0; i < sizeof(rates) / sizeof(rates[0]); i++) {
# ^
# serial_basic.c:244:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (rates[i].baudrate == rate) {
# ^
# serial_basic.c:248:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (i >= sizeof(rates) / sizeof(rates[0])) {
# ^
# serial_basic.c: In function 'serial_bm_recv_msg':
# serial_basic.c:573:6: warning: pointer targets in passing argument 1 of 'buf2str' differ in signedness [-Wpointer-sign]
# buf2str(recv_ctx->buffer + recv_ctx->buffer_size, rv));
# ^
# In file included from ../../../include/ipmitool/ipmi.h:41:0,
# from serial_basic.c:51:
# ../../../include/ipmitool/helper.h:100:14: note: expected 'uint8_t *' but argument is of type 'char *'
# const char * buf2str(uint8_t * buf, int len);
# ^
# serial_basic.c:581:5: warning: pointer targets in passing argument 1 of 'serial_bm_parse_buffer' differ in signedness [-Wpointer-sign]
# recv_ctx->buffer_size, &parse_ctx);
# ^
# serial_basic.c:472:1: note: expected 'const uint8_t *' but argument is of type 'char *'
# serial_bm_parse_buffer(const uint8_t * data, int data_len,
# ^
# serial_basic.c:583:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (rv < recv_ctx->buffer_size) {
# ^
# serial_basic.c: In function 'serial_bm_build_msg':
# serial_basic.c:628:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if(req->msg.data_len + 7 + bridging_level * 8 > max_len) {
# ^
# serial_basic.c: In function 'serial_bm_get_message':
# serial_basic.c:886:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# } while (tm < intf->ssn_params.timeout);
# ^
# serial_basic.c:823:25: warning: unused parameter 'max_len' [-Wunused-parameter]
# uint8_t * msg, size_t max_len)
# ^
# In file included from serial_terminal.c:51:0:
# ../../../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../../../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# serial_terminal.c:80:16: warning: ISO C forbids zero-size array 'data' [-Wpedantic]
# unsigned char data[0];
# ^
# serial_terminal.c:102:16: warning: ISO C forbids zero-size array 'data' [-Wpedantic]
# unsigned char data[0];
# ^
# serial_terminal.c: In function 'ipmi_serial_term_open':
# serial_terminal.c:190:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (i = 0; i < sizeof(rates) / sizeof(rates[0]); i++) {
# ^
# serial_terminal.c:191:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (rates[i].baudrate == rate) {
# ^
# serial_terminal.c:195:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (i >= sizeof(rates) / sizeof(rates[0])) {
# ^
# serial_terminal.c: In function 'serial_term_build_msg':
# serial_terminal.c:488:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if(req->msg.data_len + 3 + bridging_level * 8 > max_len) {
# ^
# serial_terminal.c: In function 'serial_term_send_msg':
# serial_terminal.c:636:3: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
# buf += sprintf( buf, "%02x", msg[i]);
# ^
# In file included from serial_terminal.c:37:0:
# /sysroot/sysroot/usr/include/stdio.h:274:5: note: expected 'char * restrict' but argument is of type 'uint8_t *'
# int sprintf(char* __restrict, const char* __restrict, ...)
# ^
# serial_terminal.c: In function 'serial_term_get_message':
# serial_terminal.c:774:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# } while (tm < intf->ssn_params.timeout);
# ^
# serial_terminal.c:719:25: warning: unused parameter 'max_len' [-Wunused-parameter]
# uint8_t * msg, size_t max_len)
# ^
# mv -f .deps/serial_basic.Tpo .deps/serial_basic.Plo
# mv -f .deps/serial_terminal.Tpo .deps/serial_terminal.Plo
# /bin/sh ../../../libtool --silent --tag=CC --mode=link arm-linux-androideabi-gcc -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -o libintf_serial.la serial_terminal.lo serial_basic.lo ../../../lib/libipmitool.la
# make[4]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/serial'
# Making all in usb
# make[4]: Entering directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/usb'
# /bin/sh ../../../libtool --silent --tag=CC --mode=compile arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -MT usb.lo -MD -MP -MF .deps/usb.Tpo -c -o usb.lo usb.c
# In file included from usb.c:38:0:
# ../../../include/ipmitool/ipmi.h:73:3: warning: type of bit-field 'netfn' is a GCC extension [-Wpedantic]
# uint8_t netfn:6;
# ^
# ../../../include/ipmitool/ipmi.h:74:3: warning: type of bit-field 'lun' is a GCC extension [-Wpedantic]
# uint8_t lun:2;
# ^
# usb.c:43:21: fatal error: scsi/sg.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[4]: *** [Makefile:388: usb.lo] Error 1
# make[4]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins/usb'
# make[3]: *** [Makefile:483: all-recursive] Error 1
# make[3]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/src/plugins'
# make[2]: *** [Makefile:582: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17/src'
# make[1]: *** [Makefile:457: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/ipmitool/src/ipmitool-1.8.17'
# make: *** [Makefile:388: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/ipmitool/src/ipmitool-1.8.17/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by ipmitool configure 1.8.17, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sbindir=/usr/bin --with-kerneldir
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 15f51c90ff0f
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2308: checking build system type
# configure:2322: result: x86_64-unknown-linux-gnu
# configure:2342: checking host system type
# configure:2355: result: arm-unknown-linux-androideabi
# configure:2375: checking target system type
# configure:2388: result: arm-unknown-linux-androideabi
# configure:2431: checking for a BSD-compatible install
# configure:2499: result: /usr/bin/install -c
# configure:2510: checking whether build environment is sane
# configure:2565: result: yes
# configure:2624: checking for arm-linux-androideabi-strip
# configure:2640: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2651: result: arm-linux-androideabi-strip
# configure:2716: checking for a thread-safe mkdir -p
# configure:2755: result: /usr/sbin/mkdir -p
# configure:2762: checking for gawk
# configure:2778: found /usr/sbin/gawk
# configure:2789: result: gawk
# configure:2800: checking whether make sets $(MAKE)
# configure:2822: result: yes
# configure:2851: checking whether make supports nested variables
# configure:2868: result: yes
# configure:3007: checking for arm-linux-androideabi-gcc
# configure:3034: result: arm-linux-androideabi-gcc
# configure:3303: checking for C compiler version
# configure:3312: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3323: $? = 0
# configure:3312: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:3323: $? = 0
# configure:3312: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3323: $? = 1
# configure:3312: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:3323: $? = 1
# configure:3343: checking whether the C compiler works
# configure:3365: arm-linux-androideabi-gcc conftest.c >&5
# configure:3369: $? = 0
# configure:3417: result: yes
# configure:3420: checking for C compiler default output file name
# configure:3422: result: a.out
# configure:3428: checking for suffix of executables
# configure:3435: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3439: $? = 0
# configure:3461: result:
# configure:3483: checking whether we are cross compiling
# configure:3521: result: yes
# configure:3526: checking for suffix of object files
# configure:3548: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3552: $? = 0
# configure:3573: result: o
# configure:3577: checking whether we are using the GNU C compiler
# configure:3596: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3596: $? = 0
# configure:3605: result: yes
# configure:3614: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3634: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3634: $? = 0
# configure:3675: result: yes
# configure:3692: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3755: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3755: $? = 0
# configure:3768: result: none needed
# configure:3793: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3815: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3818: $? = 0
# configure:3815: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3818: $? = 0
# configure:3830: result: yes
# configure:3858: checking for style of include used by make
# configure:3886: result: GNU
# configure:3912: checking dependency style of arm-linux-androideabi-gcc
# configure:4023: result: gcc3
# configure:4039: checking whether ln -s works
# configure:4043: result: yes
# configure:4050: checking whether make sets $(MAKE)
# configure:4072: result: yes
# configure:4083: checking for rpmbuild
# configure:4111: result: rpm
# configure:4121: checking for sed
# configure:4137: found /usr/sbin/sed
# configure:4148: result: sed
# configure:4163: checking how to run the C preprocessor
# configure:4194: arm-linux-androideabi-gcc -E conftest.c
# configure:4194: $? = 0
# configure:4208: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4208: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | /* end confdefs.h. */
# | #include
# configure:4233: result: arm-linux-androideabi-gcc -E
# configure:4253: arm-linux-androideabi-gcc -E conftest.c
# configure:4253: $? = 0
# configure:4267: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4267: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | /* end confdefs.h. */
# | #include
# configure:4296: checking for grep that handles long lines and -e
# configure:4354: result: /usr/sbin/grep
# configure:4359: checking for egrep
# configure:4421: result: /usr/sbin/grep -E
# configure:4426: checking for ANSI C header files
# configure:4446: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4446: $? = 0
# configure:4530: result: yes
# configure:4543: checking for sys/types.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for sys/stat.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for stdlib.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for string.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for memory.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for strings.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for inttypes.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for stdint.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4543: checking for unistd.h
# configure:4543: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4543: $? = 0
# configure:4543: result: yes
# configure:4558: checking for stdlib.h
# configure:4558: result: yes
# configure:4558: checking for string.h
# configure:4558: result: yes
# configure:4558: checking sys/ioctl.h usability
# configure:4558: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4558: $? = 0
# configure:4558: result: yes
# configure:4558: checking sys/ioctl.h presence
# configure:4558: arm-linux-androideabi-gcc -E conftest.c
# configure:4558: $? = 0
# configure:4558: result: yes
# configure:4558: checking for sys/ioctl.h
# configure:4558: result: yes
# configure:4558: checking for sys/stat.h
# configure:4558: result: yes
# configure:4558: checking for unistd.h
# configure:4558: result: yes
# configure:4558: checking paths.h usability
# configure:4558: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4558: $? = 0
# configure:4558: result: yes
# configure:4558: checking paths.h presence
# configure:4558: arm-linux-androideabi-gcc -E conftest.c
# configure:4558: $? = 0
# configure:4558: result: yes
# configure:4558: checking for paths.h
# configure:4558: result: yes
# configure:4571: checking arpa/inet.h usability
# configure:4571: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking arpa/inet.h presence
# configure:4571: arm-linux-androideabi-gcc -E conftest.c
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking for arpa/inet.h
# configure:4571: result: yes
# configure:4571: checking fcntl.h usability
# configure:4571: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking fcntl.h presence
# configure:4571: arm-linux-androideabi-gcc -E conftest.c
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking for fcntl.h
# configure:4571: result: yes
# configure:4571: checking netdb.h usability
# configure:4571: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking netdb.h presence
# configure:4571: arm-linux-androideabi-gcc -E conftest.c
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking for netdb.h
# configure:4571: result: yes
# configure:4571: checking netinet/in.h usability
# configure:4571: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking netinet/in.h presence
# configure:4571: arm-linux-androideabi-gcc -E conftest.c
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking for netinet/in.h
# configure:4571: result: yes
# configure:4571: checking sys/socket.h usability
# configure:4571: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking sys/socket.h presence
# configure:4571: arm-linux-androideabi-gcc -E conftest.c
# configure:4571: $? = 0
# configure:4571: result: yes
# configure:4571: checking for sys/socket.h
# configure:4571: result: yes
# configure:4584: checking sys/byteorder.h usability
# configure:4584: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:65:27: fatal error: sys/byteorder.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4584: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4584: result: no
# configure:4584: checking sys/byteorder.h presence
# configure:4584: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:32:27: fatal error: sys/byteorder.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4584: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# configure:4584: result: no
# configure:4584: checking for sys/byteorder.h
# configure:4584: result: no
# configure:4584: checking byteswap.h usability
# configure:4584: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4584: $? = 0
# configure:4584: result: yes
# configure:4584: checking byteswap.h presence
# configure:4584: arm-linux-androideabi-gcc -E conftest.c
# configure:4584: $? = 0
# configure:4584: result: yes
# configure:4584: checking for byteswap.h
# configure:4584: result: yes
# configure:4595: checking for an ANSI C-conforming const
# configure:4661: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4661: $? = 0
# configure:4668: result: yes
# configure:4676: checking for inline
# configure:4692: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4692: $? = 0
# configure:4700: result: inline
# configure:4718: checking whether byte ordering is bigendian
# configure:4733: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:34:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:34:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^
# conftest.c:34:15: error: unknown type name 'universal'
# configure:4733: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4778: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:40:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:40:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:4778: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4822: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:39:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:39:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:4822: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4878: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4878: $? = 0
# configure:4924: result: no
# configure:4946: checking sys/select.h usability
# configure:4946: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4946: $? = 0
# configure:4946: result: yes
# configure:4946: checking sys/select.h presence
# configure:4946: arm-linux-androideabi-gcc -E conftest.c
# configure:4946: $? = 0
# configure:4946: result: yes
# configure:4946: checking for sys/select.h
# configure:4946: result: yes
# configure:4946: checking for sys/socket.h
# configure:4946: result: yes
# configure:4956: checking types of arguments for select
# configure:4984: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4984: $? = 0
# configure:4995: result: int,fd_set *,struct timeval *
# configure:5018: checking for working strtod
# configure:5069: result: no
# configure:5078: checking for pow
# configure:5078: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:61:6: warning: conflicting types for built-in function 'pow' [enabled by default]
# char pow ();
# ^
# /tmp/ccwkfReu.o:conftest.c:function main: error: undefined reference to 'pow'
# collect2: error: ld returned 1 exit status
# configure:5078: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | /* end confdefs.h. */
# | /* Define pow to an innocuous variant, in case declares pow.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pow innocuous_pow
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pow (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pow
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pow ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pow || defined __stub___pow
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pow ();
# | ;
# | return 0;
# | }
# configure:5078: result: no
# configure:5084: checking for pow in -lm
# configure:5109: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# conftest.c:45:6: warning: conflicting types for built-in function 'pow' [enabled by default]
# char pow ();
# ^
# configure:5109: $? = 0
# configure:5118: result: yes
# configure:5134: checking for alarm
# configure:5134: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5134: $? = 0
# configure:5134: result: yes
# configure:5134: checking for gethostbyname
# configure:5134: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5134: $? = 0
# configure:5134: result: yes
# configure:5134: checking for getaddrinfo
# configure:5134: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5134: $? = 0
# configure:5134: result: yes
# configure:5134: checking for getifaddrs
# configure:5134: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/cckeLtfT.o:conftest.c:function main: error: undefined reference to 'getifaddrs'
# collect2: error: ld returned 1 exit status
# configure:5134: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | /* end confdefs.h. */
# | /* Define getifaddrs to an innocuous variant, in case declares getifaddrs.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getifaddrs innocuous_getifaddrs
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getifaddrs (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getifaddrs
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getifaddrs ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getifaddrs || defined __stub___getifaddrs
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getifaddrs ();
# | ;
# | return 0;
# | }
# configure:5134: result: no
# configure:5134: checking for socket
# configure:5134: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5134: $? = 0
# configure:5134: result: yes
# configure:5134: checking for select
# configure:5134: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5134: $? = 0
# configure:5134: result: yes
# configure:5146: checking for memmove
# configure:5146: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:66:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
# char memmove ();
# ^
# configure:5146: $? = 0
# configure:5146: result: yes
# configure:5146: checking for memset
# configure:5146: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:67:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:5146: $? = 0
# configure:5146: result: yes
# configure:5146: checking for strchr
# configure:5146: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:68:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
# char strchr ();
# ^
# configure:5146: $? = 0
# configure:5146: result: yes
# configure:5146: checking for strdup
# configure:5146: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:69:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:5146: $? = 0
# configure:5146: result: yes
# configure:5146: checking for strerror
# configure:5146: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5146: $? = 0
# configure:5146: result: yes
# configure:5157: checking for getpassphrase
# configure:5157: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# /tmp/cc4PgMEv.o:conftest.c:function main: error: undefined reference to 'getpassphrase'
# collect2: error: ld returned 1 exit status
# configure:5157: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define getpassphrase to an innocuous variant, in case declares getpassphrase.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpassphrase innocuous_getpassphrase
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpassphrase (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpassphrase
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getpassphrase ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getpassphrase || defined __stub___getpassphrase
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getpassphrase ();
# | ;
# | return 0;
# | }
# configure:5157: result: no
# configure:5215: checking how to print strings
# configure:5242: result: printf
# configure:5263: checking for a sed that does not truncate output
# configure:5327: result: sed
# configure:5345: checking for fgrep
# configure:5407: result: /usr/sbin/grep -F
# configure:5442: checking for ld used by arm-linux-androideabi-gcc
# configure:5509: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:5516: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:5531: result: yes
# configure:5543: checking for BSD- or MS-compatible name lister (nm)
# configure:5592: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:5722: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:5729: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:5732: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:5735: output
# 00000000 B some_variable
# configure:5742: result: BSD nm
# configure:5746: checking the maximum length of command line arguments
# configure:5877: result: 1572864
# configure:5894: checking whether the shell understands some XSI constructs
# configure:5904: result: yes
# configure:5908: checking whether the shell understands "+="
# configure:5914: result: yes
# configure:5949: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:5989: result: func_convert_file_noop
# configure:5996: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6016: result: func_convert_file_noop
# configure:6023: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:6030: result: -r
# configure:6064: checking for arm-linux-androideabi-objdump
# configure:6080: found /sysroot/bin/arm-linux-androideabi-objdump
# configure:6091: result: arm-linux-androideabi-objdump
# configure:6163: checking how to recognize dependent libraries
# configure:6361: result: pass_all
# configure:6406: checking for arm-linux-androideabi-dlltool
# configure:6436: result: no
# configure:6446: checking for dlltool
# configure:6476: result: no
# configure:6506: checking how to associate runtime and link libraries
# configure:6533: result: printf %s\n
# configure:6549: checking for arm-linux-androideabi-ar
# configure:6565: found /sysroot/bin/arm-linux-androideabi-ar
# configure:6576: result: arm-linux-androideabi-ar
# configure:6657: checking for archiver @FILE support
# configure:6674: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:6674: $? = 0
# configure:6677: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:6680: $? = 0
# configure:6685: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:6688: $? = 1
# configure:6700: result: @
# configure:6718: checking for arm-linux-androideabi-strip
# configure:6745: result: arm-linux-androideabi-strip
# configure:6817: checking for arm-linux-androideabi-ranlib
# configure:6833: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:6844: result: arm-linux-androideabi-ranlib
# configure:6986: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
# configure:7106: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:7109: $? = 0
# configure:7113: /sysroot/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7116: $? = 0
# configure:7182: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c conftstm.o >&5
# conftest.c:29:20: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
# {"nm_test_func", (void *) &nm_test_func},
# ^
# configure:7185: $? = 0
# configure:7223: result: ok
# configure:7260: checking for sysroot
# configure:7290: result: no
# configure:7519: checking for arm-linux-androideabi-mt
# configure:7549: result: no
# configure:7559: checking for mt
# configure:7589: result: no
# configure:7609: checking if : is a manifest tool
# configure:7615: : '-?'
# configure:7623: result: no
# configure:8262: checking for dlfcn.h
# configure:8262: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:8262: $? = 0
# configure:8262: result: yes
# configure:8468: checking for objdir
# configure:8483: result: .libs
# configure:8750: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
# configure:8768: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:8772: $? = 0
# configure:8785: result: no
# configure:9112: checking for arm-linux-androideabi-gcc option to produce PIC
# configure:9119: result: -fPIC -DPIC
# configure:9127: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
# configure:9145: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -fPIC -DPIC -DPIC conftest.c >&5
# configure:9149: $? = 0
# configure:9162: result: yes
# configure:9191: checking if arm-linux-androideabi-gcc static flag -static works
# configure:9219: result: yes
# configure:9234: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9255: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -o out/conftest2.o conftest.c >&5
# configure:9259: $? = 0
# configure:9281: result: yes
# configure:9289: checking if arm-linux-androideabi-gcc supports -c -o file.o
# configure:9336: result: yes
# configure:9369: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:10526: result: yes
# configure:10563: checking whether -lc should be explicitly linked in
# configure:10571: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:10574: $? = 0
# configure:10589: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10592: $? = 0
# configure:10606: result: no
# configure:10766: checking dynamic linker characteristics
# configure:11266: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11266: $? = 0
# configure:11500: result: GNU/Linux ld.so
# configure:11607: checking how to hardcode library paths into programs
# configure:11632: result: immediate
# configure:12172: checking whether stripping libraries is possible
# configure:12177: result: yes
# configure:12212: checking if libtool supports shared libraries
# configure:12214: result: yes
# configure:12217: checking whether to build shared libraries
# configure:12238: result: yes
# configure:12241: checking whether to build static libraries
# configure:12245: result: yes
# configure:12284: checking for library containing gethostbyname
# configure:12315: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:12315: $? = 0
# configure:12332: result: none required
# configure:12340: checking for library containing getaddrinfo
# configure:12371: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:12371: $? = 0
# configure:12388: result: none required
# configure:12396: checking for library containing getifaddrs
# configure:12427: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# /tmp/ccuDPi19.o:conftest.c:function main: error: undefined reference to 'getifaddrs'
# collect2: error: ld returned 1 exit status
# configure:12427: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getifaddrs ();
# | int
# | main ()
# | {
# | return getifaddrs ();
# | ;
# | return 0;
# | }
# configure:12427: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c -lnsl >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lnsl
# /tmp/ccgVFWUe.o:conftest.c:function main: error: undefined reference to 'getifaddrs'
# collect2: error: ld returned 1 exit status
# configure:12427: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getifaddrs ();
# | int
# | main ()
# | {
# | return getifaddrs ();
# | ;
# | return 0;
# | }
# configure:12444: result: no
# configure:12452: checking for library containing socket
# configure:12483: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# configure:12483: $? = 0
# configure:12500: result: none required
# configure:12664: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:62:4: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
# };
# ^
# conftest.c:58:9: warning: struct has no named members [-Wpedantic]
# struct test {
# ^
# configure:12664: $? = 0
# configure:12683: checking for EVP_aes_128_cbc in -lcrypto
# configure:12708: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c -lcrypto -lcrypto >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypto
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypto
# /tmp/ccUzA7ov.o:conftest.c:function main: error: undefined reference to 'EVP_aes_128_cbc'
# collect2: error: ld returned 1 exit status
# configure:12708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char EVP_aes_128_cbc ();
# | int
# | main ()
# | {
# | return EVP_aes_128_cbc ();
# | ;
# | return 0;
# | }
# configure:12717: result: no
# configure:12728: checking for MD5_Init in -lcrypto
# configure:12753: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c -lcrypto -lcrypto >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypto
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypto
# /tmp/ccWQD6cw.o:conftest.c:function main: error: undefined reference to 'MD5_Init'
# collect2: error: ld returned 1 exit status
# configure:12753: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD5_Init ();
# | int
# | main ()
# | {
# | return MD5_Init ();
# | ;
# | return 0;
# | }
# configure:12762: result: no
# configure:12777: checking for MD2_Init in -lcrypto
# configure:12802: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral conftest.c -lcrypto -lcrypto >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypto
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypto
# /tmp/ccEhRBUA.o:conftest.c:function main: error: undefined reference to 'MD2_Init'
# collect2: error: ld returned 1 exit status
# configure:12802: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char MD2_Init ();
# | int
# | main ()
# | {
# | return MD2_Init ();
# | ;
# | return 0;
# | }
# configure:12811: result: no
# configure:12942: checking for linux/compiler.h
# configure:12949: arm-linux-androideabi-gcc -E -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c
# configure:12949: $? = 0
# configure:12953: result: yes
# configure:12964: checking sys/ioccom.h usability
# configure:12964: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# conftest.c:88:24: fatal error: sys/ioccom.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12964: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:12964: result: no
# configure:12964: checking sys/ioccom.h presence
# configure:12964: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:55:24: fatal error: sys/ioccom.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:12964: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | /* end confdefs.h. */
# | #include
# configure:12964: result: no
# configure:12964: checking for sys/ioccom.h
# configure:12964: result: no
# configure:12973: checking linux/ipmi.h usability
# configure:12973: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# configure:12973: $? = 0
# configure:12973: result: yes
# configure:12973: checking linux/ipmi.h presence
# configure:12973: arm-linux-androideabi-gcc -E conftest.c
# configure:12973: $? = 0
# configure:12973: result: yes
# configure:12973: checking for linux/ipmi.h
# configure:12973: result: yes
# configure:12993: checking for ipmi_open_inband in -lfreeipmi
# configure:13018: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lfreeipmi >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lfreeipmi
# /tmp/ccQQQIMR.o:conftest.c:function main: error: undefined reference to 'ipmi_open_inband'
# collect2: error: ld returned 1 exit status
# configure:13018: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char ipmi_open_inband ();
# | int
# | main ()
# | {
# | return ipmi_open_inband ();
# | ;
# | return 0;
# | }
# configure:13027: result: no
# configure:13036: checking for ipmi_ctx_open_inband in -lfreeipmi
# configure:13061: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lfreeipmi >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lfreeipmi
# /tmp/ccaTXRNW.o:conftest.c:function main: error: undefined reference to 'ipmi_ctx_open_inband'
# collect2: error: ld returned 1 exit status
# configure:13061: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char ipmi_ctx_open_inband ();
# | int
# | main ()
# | {
# | return ipmi_ctx_open_inband ();
# | ;
# | return 0;
# | }
# configure:13070: result: no
# configure:13321: checking termios.h usability
# configure:13321: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# configure:13321: $? = 0
# configure:13321: result: yes
# configure:13321: checking termios.h presence
# configure:13321: arm-linux-androideabi-gcc -E conftest.c
# configure:13321: $? = 0
# configure:13321: result: yes
# configure:13321: checking for termios.h
# configure:13321: result: yes
# configure:13378: checking for OpenIPMI dual bridge support
# configure:13408: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include -Isrc/plugins/open -DENABLE_INTF_OPEN_DUAL_BRIDGE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:5: error: 'struct ipmi_ipmb_addr' has no member named 'transit_slave_addr'
# a.transit_slave_addr = 0;
# ^
# conftest.c:74:26: warning: variable 'a' set but not used [-Wunused-but-set-variable]
# struct ipmi_ipmb_addr a;
# ^
# configure:13408: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | /* end confdefs.h. */
# |
# | #if defined(HAVE_OPENIPMI_H)
# | # if defined(HAVE_LINUX_COMPILER_H)
# | # include
# | # endif
# | # include
# | #elif defined(HAVE_FREEBSD_IPMI_H)
# | # include
# | #else
# | # include "open.h"
# | #endif
# |
# | int
# | main ()
# | {
# |
# | struct ipmi_ipmb_addr a;
# | a.transit_slave_addr = 0;
# |
# | ;
# | return 0;
# | }
# configure:13418: result: no
# configure:13441: checking sys/lipmi/lipmi_intf.h usability
# configure:13441: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# conftest.c:92:34: fatal error: sys/lipmi/lipmi_intf.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13441: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13441: result: no
# configure:13441: checking sys/lipmi/lipmi_intf.h presence
# configure:13441: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:59:34: fatal error: sys/lipmi/lipmi_intf.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13441: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# | #include
# configure:13441: result: no
# configure:13441: checking for sys/lipmi/lipmi_intf.h
# configure:13441: result: no
# configure:13514: checking for library containing tgetent
# configure:13545: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# /tmp/ccEzIU3f.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:13545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:13545: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -ltinfo >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ltinfo
# /tmp/ccWbFIHh.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:13545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:13545: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lncurses >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lncurses
# /tmp/ccym8Yqi.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:13545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:13545: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lcurses >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcurses
# /tmp/ccIg2z0n.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:13545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:13545: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lreadline >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lreadline
# /tmp/cc4F64vu.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:13545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:13545: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -ltermcap >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ltermcap
# /tmp/ccEk904c.o:conftest.c:function main: error: undefined reference to 'tgetent'
# collect2: error: ld returned 1 exit status
# configure:13545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:13562: result: no
# configure:13570: checking for library containing initscr
# configure:13601: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# /tmp/ccq4Czpg.o:conftest.c:function main: error: undefined reference to 'initscr'
# collect2: error: ld returned 1 exit status
# configure:13601: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:13601: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lncurses >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lncurses
# /tmp/ccEqEAGk.o:conftest.c:function main: error: undefined reference to 'initscr'
# collect2: error: ld returned 1 exit status
# configure:13601: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:13601: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lcurses >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcurses
# /tmp/cck1JkHp.o:conftest.c:function main: error: undefined reference to 'initscr'
# collect2: error: ld returned 1 exit status
# configure:13601: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char initscr ();
# | int
# | main ()
# | {
# | return initscr ();
# | ;
# | return 0;
# | }
# configure:13618: result: no
# configure:13626: checking for library containing readline
# configure:13657: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# /tmp/cc0vXgvu.o:conftest.c:function main: error: undefined reference to 'readline'
# collect2: error: ld returned 1 exit status
# configure:13657: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char readline ();
# | int
# | main ()
# | {
# | return readline ();
# | ;
# | return 0;
# | }
# configure:13657: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -lreadline >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lreadline
# /tmp/cc0y25Qz.o:conftest.c:function main: error: undefined reference to 'readline'
# collect2: error: ld returned 1 exit status
# configure:13657: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char readline ();
# | int
# | main ()
# | {
# | return readline ();
# | ;
# | return 0;
# | }
# configure:13657: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c -ledit >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ledit
# /tmp/cc4R0W8E.o:conftest.c:function main: error: undefined reference to 'readline'
# collect2: error: ld returned 1 exit status
# configure:13657: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char readline ();
# | int
# | main ()
# | {
# | return readline ();
# | ;
# | return 0;
# | }
# configure:13674: result: no
# configure:13928: arm-linux-androideabi-gcc -c -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include conftest.c >&5
# In file included from /sysroot/sysroot/usr/include/sys/types.h:145:0,
# from /sysroot/sysroot/usr/include/stdio.h:50,
# from conftest.c:64:
# /sysroot/sysroot/usr/include/sys/sysmacros.h: In function 'main':
# /sysroot/sysroot/usr/include/sys/sysmacros.h:36:23: error: invalid storage class for function 'major'
# static __inline__ int major(dev_t _dev)
# ^
# /sysroot/sysroot/usr/include/sys/sysmacros.h:41:23: error: invalid storage class for function 'minor'
# static __inline__ int minor(dev_t _dev)
# ^
# /sysroot/sysroot/usr/include/sys/sysmacros.h:46:25: error: invalid storage class for function 'makedev'
# static __inline__ dev_t makedev(int __ma, int __mi)
# ^
# conftest.c:67:3: warning: type of bit-field 't0' is a GCC extension [-Wpedantic]
# unsigned char t0 :5;
# ^
# conftest.c:68:3: warning: type of bit-field 't1' is a GCC extension [-Wpedantic]
# unsigned char t1 :5;
# ^
# conftest.c:69:3: warning: type of bit-field 't2' is a GCC extension [-Wpedantic]
# unsigned char t2 :5;
# ^
# conftest.c:70:3: warning: type of bit-field 't3' is a GCC extension [-Wpedantic]
# unsigned char t3 :5;
# ^
# conftest.c:71:3: warning: type of bit-field 't4' is a GCC extension [-Wpedantic]
# unsigned char t4 :4;
# ^
# conftest.c:72:2: note: offset of packed bit-field 't1' has changed in GCC 4.4
# } __attribute__ ((packed));
# ^
# conftest.c:72:2: note: offset of packed bit-field 't3' has changed in GCC 4.4
# conftest.c:74:2: warning: ISO C forbids nested functions [-Wpedantic]
# int
# ^
# conftest.c:75:2: warning: 'main' is normally a non-static function [-Wmain]
# main(int argc, char ** argv)
# ^
# conftest.c:75:11: warning: unused parameter 'argc' [-Wunused-parameter]
# main(int argc, char ** argv)
# ^
# conftest.c:75:25: warning: unused parameter 'argv' [-Wunused-parameter]
# main(int argc, char ** argv)
# ^
# configure:13928: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipmitool"
# | #define PACKAGE_TARNAME "ipmitool"
# | #define PACKAGE_VERSION "1.8.17"
# | #define PACKAGE_STRING "ipmitool 1.8.17"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipmitool"
# | #define VERSION "1.8.17"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PATHS_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_ALL_OPTIONS 1
# | #define IPMI_INTF_LAN 1
# | #define IPMI_INTF_USB 1
# | #define IPMI_INTF_SERIAL 1
# | #define HAVE_LINUX_COMPILER_H 1
# | #define HAVE_OPENIPMI_H 1
# | #define HAVE_TERMIOS_H 1
# | #define IPMI_INTF_OPEN 1
# | #define IPMI_INTF_IMB 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | #include
# |
# | struct packstruct {
# | unsigned char t0 :5;
# | unsigned char t1 :5;
# | unsigned char t2 :5;
# | unsigned char t3 :5;
# | unsigned char t4 :4;
# | } __attribute__ ((packed));
# |
# | int
# | main(int argc, char ** argv)
# | {
# | if(sizeof(struct packstruct) != 3)
# | return(1);
# | else
# | return(0);
# | }
# |
# | ;
# | return 0;
# | }
# configure:14050: checking that generated files are newer than configure
# configure:14056: result: done
# configure:14080: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ipmitool config.status 1.8.17, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 15f51c90ff0f
#
# config.status:1174: creating Makefile
# config.status:1174: creating doc/Makefile
# config.status:1174: creating contrib/Makefile
# config.status:1174: creating control/Makefile
# config.status:1174: creating control/pkginfo
# config.status:1174: creating control/prototype
# config.status:1174: creating control/rpmmacros
# config.status:1174: creating control/ipmitool.spec
# config.status:1174: creating lib/Makefile
# config.status:1174: creating include/Makefile
# config.status:1174: creating include/ipmitool/Makefile
# config.status:1174: creating src/Makefile
# config.status:1174: creating src/plugins/Makefile
# config.status:1174: creating src/plugins/lan/Makefile
# config.status:1174: creating src/plugins/lanplus/Makefile
# config.status:1174: creating src/plugins/open/Makefile
# config.status:1174: creating src/plugins/free/Makefile
# config.status:1174: creating src/plugins/imb/Makefile
# config.status:1174: creating src/plugins/bmc/Makefile
# config.status:1174: creating src/plugins/usb/Makefile
# config.status:1174: creating src/plugins/lipmi/Makefile
# config.status:1174: creating src/plugins/serial/Makefile
# config.status:1174: creating src/plugins/dummy/Makefile
# config.status:1174: creating config.h
# config.status:1403: executing depfiles commands
# config.status:1403: executing libtool commands
# configure:16327: result:
# configure:16329: result: ipmitool 1.8.17
# configure:16331: result:
# configure:16333: result: Interfaces
# configure:16335: result: lan : yes
# configure:16337: result: lanplus : no
# configure:16339: result: open : yes
# configure:16341: result: free : no
# configure:16343: result: imb : yes
# configure:16345: result: bmc : no
# configure:16347: result: usb : yes
# configure:16349: result: lipmi : no
# configure:16351: result: serial : yes
# configure:16353: result: dummy : no
# configure:16355: result:
# configure:16357: result: Extra tools
# configure:16359: result: ipmievd : yes
# configure:16361: result: ipmishell : no
# configure:16363: result:
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_alarm=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_getifaddrs=no
# ac_cv_func_getpassphrase=no
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_pow=no
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strtod=no
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_byteswap_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_ipmi_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_paths_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_byteorder_h=no
# ac_cv_header_sys_ioccom_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_lipmi_lipmi_intf_h=no
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_crypto_EVP_aes_128_cbc=no
# ac_cv_lib_crypto_MD2_Init=no
# ac_cv_lib_crypto_MD5_Init=no
# ac_cv_lib_freeipmi_ipmi_ctx_open_inband=no
# ac_cv_lib_freeipmi_ipmi_open_inband=no
# ac_cv_lib_m_pow=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_RPMBUILD=rpm
# ac_cv_prog_SED=sed
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_getaddrinfo='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_getifaddrs=no
# ac_cv_search_initscr=no
# ac_cv_search_readline=no
# ac_cv_search_socket='none required'
# ac_cv_search_tgetent=no
# ac_cv_target=arm-unknown-linux-androideabi
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
# lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ipmitool/src/ipmitool-1.8.17/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='arm-linux-androideabi-ar'
# ARCH='arm'
# AUTOCONF='${SHELL} /tmp/ipmitool/src/ipmitool-1.8.17/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ipmitool/src/ipmitool-1.8.17/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ipmitool/src/ipmitool-1.8.17/missing automake-1.14'
# AWK='gawk'
# BASEDIR='/usr'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral -I /lib/modules/4.10.6-1-ARCH/build/include'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DISTRO=''
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTF_BMC=''
# INTF_BMC_LIB=''
# INTF_DUMMY=''
# INTF_DUMMY_LIB=''
# INTF_FREE=''
# INTF_FREE_LIB=''
# INTF_IMB='imb'
# INTF_IMB_LIB='libintf_imb.la'
# INTF_LAN='lan'
# INTF_LANPLUS=''
# INTF_LANPLUS_LIB=''
# INTF_LAN_LIB='libintf_lan.la'
# INTF_LIPMI=''
# INTF_LIPMI_LIB=''
# INTF_OPEN='open'
# INTF_OPEN_LIB='libintf_open.la'
# INTF_SERIAL='serial'
# INTF_SERIAL_LIB='libintf_serial.la'
# INTF_USB='usb'
# INTF_USB_LIB='libintf_usb.la'
# IPMITOOL_INTF_LIB=' lan/libintf_lan.la usb/libintf_usb.la serial/libintf_serial.la open/libintf_open.la imb/libintf_imb.la'
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}strtod$U.o'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}strtod$U.lo'
# MAKEINFO='${SHELL} /tmp/ipmitool/src/ipmitool-1.8.17/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='arm-linux-androideabi-objdump'
# OBJEXT='o'
# OS='linux-androideabi'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ipmitool'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='ipmitool'
# PACKAGE_STRING='ipmitool 1.8.17'
# PACKAGE_TARNAME='ipmitool'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.8.17'
# PATH_SEPARATOR=':'
# POW_LIB='-lm'
# PSTAMP='arm-unknown-linux-androideabi'
# RANLIB='arm-linux-androideabi-ranlib'
# RPMBUILD='rpm'
# RPM_RELEASE='1'
# SED='sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# VERSION='1.8.17'
# ac_configure_args=' '\''--build=x86_64-unknown-linux'\'' '\''--host=arm-linux-androideabi'\'' '\''--prefix=/usr'\'' '\''--sbindir=/usr/bin'\'' '\''--with-kerneldir'\'' '\''build_alias=x86_64-unknown-linux'\'' '\''host_alias=arm-linux-androideabi'\'' '\''CC=arm-linux-androideabi-gcc'\'' '\''CFLAGS='\'' '\''LDFLAGS='\'' '\''CPPFLAGS='\'''
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='/usr'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ipmitool/src/ipmitool-1.8.17/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='arm-unknown-linux-androideabi'
# target_alias=''
# target_cpu='arm'
# target_os='linux-androideabi'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ipmitool"
# #define PACKAGE_TARNAME "ipmitool"
# #define PACKAGE_VERSION "1.8.17"
# #define PACKAGE_STRING "ipmitool 1.8.17"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "ipmitool"
# #define VERSION "1.8.17"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_PATHS_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define HAVE_ALARM 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_SOCKET 1
# #define HAVE_SELECT 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define ENABLE_ALL_OPTIONS 1
# #define IPMI_INTF_LAN 1
# #define IPMI_INTF_USB 1
# #define IPMI_INTF_SERIAL 1
# #define HAVE_LINUX_COMPILER_H 1
# #define HAVE_OPENIPMI_H 1
# #define HAVE_TERMIOS_H 1
# #define IPMI_INTF_OPEN 1
# #define IPMI_INTF_IMB 1
# #define HAVE_PRAGMA_PACK 1
#
# configure: exit 0