On 5/13/13 5:26 AM, Igor Galić wrote:
/Error.cc b/proxy/Error.cc
index b81fb87..5f25b77 100644
--- a/proxy/Error.cc
+++ b/proxy/Error.cc
@@ -53,8 +53,7 @@ void
ErrorClass::raise(va_list ap, const char *prefix)
{
NOWARN_UNUSED(prefix);
This looks like another candidate for TS-1820
+1. Now that I'm back, I can finish that (I left most of the NOWARN_UNUSED
alone, but I'd like to take the approach of understanding why each one of
those are necessary (e.g. is it an API that's used wrong, or just an old/
obsoloete prototype, and if such we should fix those).
-- Leif