diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-06-26 18:28:58 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-06-26 18:28:58 +0000 |
commit | b23df71149f39c45952778c5fe11ef76094d8719 (patch) | |
tree | cdc08a618d4707938d98b7ae69407cdba55745e0 /hwaccess.c | |
parent | d5b2228e43c6e4f6035e9bc098792453f5414aa2 (diff) | |
download | flashrom-b23df71149f39c45952778c5fe11ef76094d8719.tar.gz flashrom-b23df71149f39c45952778c5fe11ef76094d8719.tar.bz2 flashrom-b23df71149f39c45952778c5fe11ef76094d8719.zip |
Make Makefile's test programs safe(r)
We don't use -W or similarly strict compiler checks (yet), but
enabling its use is a good thing. if you add -W to the cflags
without this patch, detection of the compiler will fail with gcc 4.4
for example, because compiling of the test program will fail due to
a warning of unused arguments and -Werror. similarly the other
checks involving compiling test programs would fail.
Corresponding to flashrom svn r1356.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'hwaccess.c')
0 files changed, 0 insertions, 0 deletions