summaryrefslogtreecommitdiffstats
path: root/ui/common/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-05-07 09:41:23 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-05-07 09:46:32 +0800
commit3f80b5fcca2d728f9eee7738741cd871263bba90 (patch)
treeaad60b7f6d09621d15caa220eae5efc80949dcdf /ui/common/Makefile.am
parent4fee70ab7c67e268eff0ba16b42a71d36c11e727 (diff)
downloadtalos-petitboot-3f80b5fcca2d728f9eee7738741cd871263bba90.tar.gz
talos-petitboot-3f80b5fcca2d728f9eee7738741cd871263bba90.zip
configure: Remove -Winline
I'm getting the following errors when compiling with --enable-werror: kboot-parser.c: In function 'kboot_process_pair': ./parser-conf.h:50:21: error: inlining failed in call to 'conf_get_pair_equal': call is unlikely and code size would grow [-Werror=inline] kboot-parser.c:65:7: error: called from here [-Werror=inline] Since this is a header function, the inline isn't there for optimisation reasons; the warning is just informing us of a code optimisation decision. Drop -Winline to allow -Werror builds. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/common/Makefile.am')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud