diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-13 11:25:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 10:39:10 +0200 |
commit | 65842bb5cd809143087ef06754cb2ee0e2aadabf (patch) | |
tree | 9d0ef75072caa4d6a7f1d0f298d37ba7c4bba741 /sal | |
parent | e19cd3f8a39fdb9878cb573438e04ae325405ffe (diff) |
-Werror,-Wunique-enum (Clang towards 3.2)
Change-Id: Ibb711d12561040404e819cb4a6ed4daa7581cd7c
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/math.h | 2 |
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 }; |