diff options
author | Tony Luck <tony.luck@intel.com> | 2006-03-31 18:28:29 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-03-31 18:28:29 (GMT) |
commit | 2ab9391dea6e36fed13443c29bf97d3be05f5289 (patch) | |
tree | 8bc492fe3df71457caf8009bd081b9be0ec1074a /drivers/video/S3triofb.c | |
parent | f19180056ea09ec6a5d32e741234451a1e6eba4d (diff) | |
download | linux-2ab9391dea6e36fed13443c29bf97d3be05f5289.tar.xz |
[IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibility
gcc3 thinks that a 32-bit field of a u64 type is itself a u64, so
should be printed with "%ld". gcc4 thinks it needs just "%d".
Make both versions happy by avoiding this construct.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/video/S3triofb.c')
0 files changed, 0 insertions, 0 deletions