On Wed, Mar 26, 2025 at 08:50:24AM +0100, Johannes Schindelin wrote: > On Wed, 26 Mar 2025, Patrick Steinhardt wrote: > > diff --git a/meson.build b/meson.build > > index dd231b669b6..a7658d62ea0 100644 > > --- a/meson.build > > +++ b/meson.build > > @@ -717,6 +717,7 @@ libgit_dependencies = [ ] > > # Makefile. > > if get_option('warning_level') in ['2','3', 'everything'] and compiler.get_argument_syntax() == 'gcc' > > This `get_argument_syntax() == 'gcc'` condition catches `clang`? What > other compilers that aren't GCC does it catch? Yes, it does catch Clang as well as the Intel compiler. The list of compilers and their respective syntax can be found at [1] Patrick [1]: https://mesonbuild.com/Reference-tables.html#compiler-ids