mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2024-11-23 04:09:40 +00:00
Fix Building With Newer Clang Version
Treat "missing-template-arg-list-after-template-kw" as warning instead.
This commit is contained in:
parent
8c43281312
commit
0504688ea2
@ -845,6 +845,8 @@ add_compile_options(
|
|||||||
-fvisibility-inlines-hidden
|
-fvisibility-inlines-hidden
|
||||||
-fno-threadsafe-statics
|
-fno-threadsafe-statics
|
||||||
--system-header-prefix=unicode/
|
--system-header-prefix=unicode/
|
||||||
|
|
||||||
|
-Wno-error=missing-template-arg-list-after-template-kw
|
||||||
)
|
)
|
||||||
|
|
||||||
# JavaScriptCore now has support for "unified" builds (and Apple uses them)
|
# JavaScriptCore now has support for "unified" builds (and Apple uses them)
|
||||||
|
Loading…
Reference in New Issue
Block a user