On Sat, 2006-05-27 at 14:20 -0600, Tom Tromey wrote: ... > How about just using __attribute__((unused)) like we do elsewhere? > This is fine to use even if the argument really is used; it really > means "might be unused". > > Tom
I just assumed that it had the most obvious semantics i.e. that the parameter was unused. Thus, I created two variants of the signature, one where all were unused and one were some were not. As what you say above is actually the case, I'll switch to using the simpler approach of having one signature. Thanks, -- Andrew :-) Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments. See http://www.fsf.org/philosophy/no-word-attachments.html If you use Microsoft Office, support movement towards the end of vendor lock-in: http://opendocumentfellowship.org/petition/ "Value your freedom, or you will lose it, teaches history. `Don't bother us with politics' respond those who don't want to learn." -- Richard Stallman Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }
signature.asc
Description: This is a digitally signed message part
