commit | 6a3bff298e0026fbbbea46aea1a859a30691a560 | [log] [tgz] |
---|---|---|
author | Simon Dawson <spdawson@gmail.com> | Mon Nov 11 15:43:47 2013 +0000 |
committer | Peter Korsgaard <peter@korsgaard.com> | Mon Nov 11 17:24:52 2013 +0100 |
tree | 2e71f210fb36dd13fa3817292c00cde56b6e0052 | |
parent | 6d93f061eccad3b81a27e8cf02cb8b29e9dba44e [diff] |
libqmi: fix autobuild failures The libqmi build specifies -Werror in the CFLAGS by default. This causes build failures such as the following. http://autobuild.buildroot.net/results/070/070449299aa9025c4bc6769524a6e22d66c92a65/ The -Werror flag can be disabled using a configuration switch. [Peter: use =no instead and add a comment explaining why] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>