Steve Youngs <sryoungs(a)bigpond.net.au> writes:
 |--==> "SD" == Satyaki Das <satyakid(a)stanford.edu>
writes:
  
    SD> Those G<number> warnings come from the use of the loop
    SD> macro. The loops are so simple that some of the variables
    SD> in the macroexpansion aren't used at all. XEmacs really
    SD> shouldn't complain about that.
 As to what to do about it, I have no idea. 
Ideally, fix the `loop' expansion code so it's smarter about emitting
code.  Or make sure it adds declarations for the compiler to ignore
the unused variables (I'm not sure we have such declarations, though).
 From your perspective, Simon, just ignore them. 
Agreed.