commit | 63508a73e0eb47760ca2520517b16f6a9d177db2 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 27 18:55:01 2020 -0400 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Oct 30 02:37:57 2020 +0000 |
tree | ac24c3fa62efece97b39defc3421267563d2c913 | |
parent | 56d14d049bcb1966fac953d1bf07a9e5bedf5ebc [diff] |
fix compiler warnings Fix a couple pedantic, format=, and unused-parameter warnings so we can turn the warnings all the way up. Change-Id: I7c6309e30147f54fc64ace99dc784fbd96c77c70 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.