Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop unused constants to make newer versions of clang happy (envoypro…
…xy#37970) Commit Message: On newer version of Clang those generate a warning and with the settings we use ultimately result in a compilation failure. We probably should either disable the warning or just adjust the test. Looking at the history of the test, it seems that these constants have never been used, so I prefer to just drop them. Additional Description: It's related to envoyproxy#37911, it appears that the compiler warning that causes this test fail to compile on clang 18 didn't exist in clang 14 that we are currently using. Risk Level: Low Testing: by running changed test Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a Signed-off-by: Mikhail Krinkin <[email protected]>
- Loading branch information