etxrab@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41240
User: etxrab
Date: 2012/02/29 07:22 AM
Log:
Remove the offending %s for now.
I tried that but then I got more warnings:
../../../ui/cli/tap-iostat.c: In function 'iostat_packet':
../../../ui/cli/tap-iostat.c:110: error: 'ftype' may be used uninitialized in this function
../../../ui/cli/tap-iostat.c: In function 'printcenter':
../../../ui/cli/tap-iostat.c:483: error: 'spaces_s' may be used uninitialized in this function
../../../ui/cli/tap-iostat.c: In function 'iostat_draw':
../../../ui/cli/tap-iostat.c:512: error: 'fmt' may be used uninitialized in this function
So I just backed out the offending patch for now...