[upstream_utils] Format Eigen patches with Eigen's clang-format config (#6699)

This commit is contained in:
Tyler Veness
2024-06-04 18:26:20 -07:00
committed by GitHub
parent 5f8c842223
commit afaf7e2c3f
2 changed files with 4 additions and 4 deletions

View File

@@ -81,10 +81,10 @@
// See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89325
#pragma GCC diagnostic ignored "-Wattributes"
#endif
#if __GNUC__>=11 && __GNUC__<=13
#if __GNUC__ >= 11 && __GNUC__ <= 13
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#if __GNUC__>=12
#if __GNUC__ >= 12
#pragma GCC diagnostic ignored "-Warray-bounds"
#endif
#endif