Chromium Code Reviews| Index: include/utils/win/SkHRESULT.h |
| diff --git a/include/utils/win/SkHRESULT.h b/include/utils/win/SkHRESULT.h |
| index 4f9d1bec796e11cd6612bd578f9fb2c143db8dd7..225d78079d00871034ec6077dc7e4e06f9a46828 100644 |
| --- a/include/utils/win/SkHRESULT.h |
| +++ b/include/utils/win/SkHRESULT.h |
| @@ -16,7 +16,7 @@ void SkTraceHR(const char* file, unsigned long line, |
| #ifdef SK_DEBUG |
| #define SK_TRACEHR(_hr, _msg) SkTraceHR(__FILE__, __LINE__, _hr, _msg) |
| #else |
| -#define SK_TRACEHR(_hr, _msg) _hr |
|
bungeman-skia
2015/12/06 21:03:47
I will say that this existing code is odd, in that
Nico
2015/12/07 17:42:28
Done. (It looks like skia isn't built with unused
|
| +#define SK_TRACEHR(_hr, _msg) |
| #endif |
| #define HR_GENERAL(_ex, _msg, _ret) {\ |