Jed Davis wrote: > Module Name: src > Committed By: jld > Date: Wed Apr 15 04:19:39 UTC 2009 > > Modified Files: > > src/usr.bin/ftp: util.c > > Log Message: > > Another empty-body warning/error, another set of curly braces. This, and > the last one, appear to affect only the NO_DEBUG (e.g., SMALLPROG) build.
Jumping in a bit late here, but might it have been better to do the "do { ... } while (0)" thing in ftp_var.h instead? Cheers, Simon.