Re: [PATCH] Minor 'debug_*' function improvements
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Tom" == Tom de Vries <[email protected]> writes: Tom> It recommended ATTRIBUTE_UNUSED (which just suppresses a warning), but Tom> the way I intended this originally fits ATTRIBUTE_USED better: "When Tom> attached to a function, this attribute means that code must be emitted Tom> for the function even if it appears that the function is not Tom> referenced". So perhaps it would be a good moment to fix this as Tom> well. I'll send a v2 shortly. Tom