[upstream_utils] Suppress deprecation warnings for Eigen's has_denorm (#6619)

std::has_denorm and std::has_denorm_loss were deprecated in C++23.
This avoids deprecation warnings with Clang 18 set to C++23.
This commit is contained in:
Tyler Veness
2024-05-14 15:33:57 -07:00
committed by GitHub
parent 4ce8f3f935
commit 0a967e0e62
6 changed files with 119 additions and 3 deletions

View File

@@ -109,6 +109,7 @@ def main():
for f in [
"0001-Disable-warnings.patch",
"0002-Intellisense-fix.patch",
"0003-Suppress-C-23-deprecation-warnings-for-std-has_denor.patch",
]:
git_am(os.path.join(wpilib_root, "upstream_utils/eigen_patches", f))