Fix MSVC build
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 20 Jun 2019 02:58:24 +0000 (19:58 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 20 Jun 2019 02:59:26 +0000 (19:59 -0700)
commit8e3cde67dfa4aa17c0f1156b4a4acd0c95bdbe6f
tree9ebace28e2785ef480276d89eafb64a0f262d67a
parentc8f529a07eca06acf2216935921377e7cad8436f
Fix MSVC build

MSVC warning:

c:\projects\harfbuzz\src\hb-ot-layout-gsubgpos.hh(2732): error C2121: '#': invalid character: possibly the result of a macro expansion [C:\projects\harfbuzz\build\harfbuzz.vcxproj]

Clang warning for it:

./hb-ot-layout-gsubgpos.hh:2729:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]
src/hb-ot-layout-gsubgpos.hh
src/hb.hh