diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-27 18:13:31 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-27 18:13:31 +0000 |
commit | 3bf5e310ea5f4f6c144aabb416662c92696f7319 (patch) | |
tree | ff16e02f26f84f94a483be793433c0ee7a595cae /src/core | |
parent | f6627b78f933b77b358ac0791c520f99b0e79fca (diff) |
intentionally break the build to test notifications
git-svn-id: http://skia.googlecode.com/svn/trunk@4813 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Sk64.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Sk64.cpp b/src/core/Sk64.cpp index 0d74904ef9..97600704e5 100644 --- a/src/core/Sk64.cpp +++ b/src/core/Sk64.cpp @@ -6,7 +6,6 @@ * found in the LICENSE file. */ - #include "Sk64.h" #include "SkMath.h" @@ -21,6 +20,7 @@ ////////////////////////////////////////////////////////////////////// +EPOGER_BREAK_THE_BUILD epoger_break_the_build int Sk64::getClzAbs() const { int32_t hi = fHi; @@ -360,4 +360,3 @@ SkFixed Sk64::getFixedDiv(const Sk64& denom) const } return SkApplySign(result, sign); } - |