summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 11:25:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 10:39:10 +0200
commit65842bb5cd809143087ef06754cb2ee0e2aadabf (patch)
tree9d0ef75072caa4d6a7f1d0f298d37ba7c4bba741 /sal
parente19cd3f8a39fdb9878cb573438e04ae325405ffe (diff)
-Werror,-Wunique-enum (Clang towards 3.2)
Change-Id: Ibb711d12561040404e819cb4a6ed4daa7581cd7c
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/math.h b/sal/inc/rtl/math.h
index 4b34b13ac5f3..35a0442d7f46 100644
--- a/sal/inc/rtl/math.h
+++ b/sal/inc/rtl/math.h
@@ -135,7 +135,7 @@ enum rtl_math_DecimalPlaces
In fact the same value as rtl_math_DecimalPlaces_Max, just an alias for
better understanding.
*/
- rtl_math_DecimalPlaces_DefaultSignificance = 0x7ffffff
+ rtl_math_DecimalPlaces_DefaultSignificance = rtl_math_DecimalPlaces_Max
};