bump product version to 6.1.0.2
[LibreOffice.git] / external / harfbuzz / clang-cl.patch
blob5ba470637601e2391ac01f3f9e81587ef5ea9a1b
1 --- src/hb-common.h
2 +++ src/hb-common.h
3 @@ -331,7 +331,9 @@
5 * http://lists.freedesktop.org/archives/harfbuzz/2014-March/004150.html
6 */
7 +#if !defined _MSC_VER /* avoid clang-cl -Wmicrosoft-enum-value */
8 _HB_SCRIPT_MAX_VALUE = HB_TAG_MAX, /*< skip >*/
9 +#endif
10 _HB_SCRIPT_MAX_VALUE_SIGNED = HB_TAG_MAX_SIGNED /*< skip >*/
12 } hb_script_t;