diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-11 12:52:04 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-11 12:52:04 +0000 |
commit | 22f0761d7879c108d305cb0d6cc0242ad29e780f (patch) | |
tree | 41ba172e4820a8ed6797f6409887f50c0ef7d1d0 /src | |
parent | 38034861d68b5b27805b2aae3be056806892ae64 (diff) |
Fix SkNO_RETURN_HINT warnings on mac/clang
Review URL: http://codereview.appspot.com/6392048/
git-svn-id: http://skia.googlecode.com/svn/trunk@4528 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-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 { \ |