google / re2

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
BSD 3-Clause "New" or "Revised" License
8.91k stars 1.13k forks source link

Disable warning for missing-field-initializers as well for clang. #476

Closed hzeller closed 7 months ago

hzeller commented 7 months ago

The same warning shows up with clang++. Tested with clang-16 and clang-17.

Without that, my particular application with warnings turned on and -Werror fails.

github-actions[bot] commented 7 months ago

RE2 uses Gerrit instead of GitHub pull requests. See the Contribute wiki page.