Fix Building With Newer Clang Version

Treat "missing-template-arg-list-after-template-kw" as warning instead.
This commit is contained in:
Thomas A. 2024-11-02 08:54:28 -07:00
parent 8c43281312
commit 0504688ea2

View File

@ -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)