commit | 1401d87b444bf114528e997db552d22142918d33 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Jul 30 21:54:51 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Sep 09 13:51:00 2014 +0200 |
tree | 70fa62638dc0dd292fa6773b39e35a1cebeba67c | |
parent | f0c3a6c4ad09210d5d4aeafe87685ee75e5683d6 [diff] |
cc-option: also detect unsupported warnings options By default clang will echo a warning if a warning option is unknown. Turning warnings into errors when polling for options also catches such cases and prevents passing arguments to the compiler which cause warnings. cc: Masahiro Yamada <yamada.m@jp.panasonic.com> cc: Tom Rini <trini@ti.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>