未验证 提交 e1b8e933 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

[ci] Disable llvm-gcc

  #define Null(Type) Null<typename hb_remove_const<typename hb_remove_reference<Type>::value>::value>()

raises:
  hb-blob.cc: In function 'hb_blob_t* hb_blob_get_empty()':
  hb-blob.cc:194: error: using 'typename' outside of template
  hb-blob.cc:194: error: using 'typename' outside of template

Removing "typename"s fixes the issue but makes newer compiler fail apparently.

Probably downstream can patch that locally till we get a solution.
上级 8c78ced9
......@@ -301,8 +301,8 @@ workflows:
build:
jobs:
# macOS
- macos-llvm-gcc-4.2
- macos-notest-apple-gcc-i686-4.2
#- macos-llvm-gcc-4.2
#- macos-notest-apple-gcc-i686-4.2
- macos-notest-ios
# both autotools and cmake
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册