backtrace: Suppress dumb GCC warning on x86-64.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 18:22:55 +0000 (10:22 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 9 Nov 2009 18:30:10 +0000 (10:30 -0800)
commit7559c396688cbbc6fab80897bbb4b993646bcf54
tree7e6682924747ce97d013476530e91051ce5eb0a8
parent094e151456b597c278f3b416523cf36b5e8e7f99
backtrace: Suppress dumb GCC warning on x86-64.

Without this change GCC warns "use of assignment suppression and length
modifier together in scanf format", which doesn't actually point out any
real problem (and why would it?  Google turns up nothing interesting).
lib/backtrace.c