12021-12-03 Dean Jackson <dino@apple.com>
2
3 [ANGLE] clang with -Wunknown-warning-option will fail on -Wweak-template-vtables
4 https://bugs.webkit.org/show_bug.cgi?id=233837
5 rdar://85379298
6
7 Reviewed by NOBODY (OOPS!).
8
9 Newer versions of clang can fail if -Wunknown-warning-option is set while trying
10 to use -Wweak-template-vtables. Add a guard for the latter before trying to
11 disable it. (Yes, this is an error saying it doesn't understand the type of
12 warning that you're trying to disable, which probably wasn't enabled in the first
13 place since it isn't understood)
14
15 * src/common/debug.h:
16