aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkUtils.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-11 12:52:04 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-11 12:52:04 +0000
commit22f0761d7879c108d305cb0d6cc0242ad29e780f (patch)
tree41ba172e4820a8ed6797f6409887f50c0ef7d1d0 /src/core/SkUtils.cpp
parent38034861d68b5b27805b2aae3be056806892ae64 (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/core/SkUtils.cpp')
-rw-r--r--src/core/SkUtils.cpp5
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 { \