7 | | - The other solution is to use the `ignode_unused()` templates. |
| 7 | - The other solution is to use the `ignore_unused()` templates. The attaches chgset [2f7f2fd5b1a4] does this, but it is painful, because `ignore_unused()` cannot (and need not) be used in the global scope. Therefore we need to versions of all of these macros, one with the warning suppression, and one without. This is far from being convenient. |
| 8 | - In addition, there are couple of standalone unused local typedefs, mainly in the test codes. What shall we do with them? |
| 9 | - Use `ignore_unused()` for them? |
| 10 | - Or delete them for they are unnecessary? |
| 11 | - Or just comment them out and keep them for future reference? |