diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkUtils.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/SkUtils.cpp b/src/core/SkUtils.cpp index 3f1c65e777..2617120005 100644 --- a/src/core/SkUtils.cpp +++ b/src/core/SkUtils.cpp @@ -9,6 +9,11 @@ #include "SkUtils.h" +// declared in SkPostConfig.h, see comment there. +void SkNoReturnHint() {} + +/////////////////////////////////////////////////////////////////////////////// + #if 0 #define assign_16_longs(dst, value) \ do { \ |