diff options
| author | Michael Brown | 2011-03-16 19:10:49 +0100 |
|---|---|---|
| committer | Michael Brown | 2011-03-16 20:32:17 +0100 |
| commit | c8e51f80a8baa5f595b7d19a8098a7b066bc5c3d (patch) | |
| tree | 6ee316b2529e37e300627bd158f3685b8e021d25 /src/drivers | |
| parent | [build] Avoid spurious unused-but-set-variable warnings in gcc 4.6 (diff) | |
| download | ipxe-c8e51f80a8baa5f595b7d19a8098a7b066bc5c3d.tar.gz ipxe-c8e51f80a8baa5f595b7d19a8098a7b066bc5c3d.tar.xz ipxe-c8e51f80a8baa5f595b7d19a8098a7b066bc5c3d.zip | |
[build] Avoid spurious address comparison warnings in gcc 4.6
A construction such as "assert ( ptr != NULL )" seems to trigger a
false positive warning in gcc 4.6 if the value of "ptr" is known at
compile-time to be non-NULL. Use -Wno-address to inhibit this
warning.
Reported-by: Ralph Giles <giles@thaumas.net>
Tested-by: Ralph Giles <giles@thaumas.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
0 files changed, 0 insertions, 0 deletions
