Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable the
-Wmacro-redefined
warning.
Currently, the fuzztest library has an issue where two macros with colliding names are leaked from the headers of `absl` and `re2` into one of fuzztest's `.cc` files ( google/fuzztest#41 ). Once this issue is fixed, we should re-enable this warning.
- Loading branch information