Kaydet (Commit) 65842bb5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunique-enum (Clang towards 3.2)

Change-Id: Ibb711d12561040404e819cb4a6ed4daa7581cd7c
üst e19cd3f8
...@@ -135,7 +135,7 @@ enum rtl_math_DecimalPlaces ...@@ -135,7 +135,7 @@ enum rtl_math_DecimalPlaces
In fact the same value as rtl_math_DecimalPlaces_Max, just an alias for In fact the same value as rtl_math_DecimalPlaces_Max, just an alias for
better understanding. better understanding.
*/ */
rtl_math_DecimalPlaces_DefaultSignificance = 0x7ffffff rtl_math_DecimalPlaces_DefaultSignificance = rtl_math_DecimalPlaces_Max
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment