From d238c244a314d8a6a2213a758be7e1ff41c07a0a Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 5 Sep 2024 13:56:57 +0200 Subject: [PATCH] fcmp_pp: remove android fix --- src/fcmp_pp/curve_trees.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/fcmp_pp/curve_trees.h b/src/fcmp_pp/curve_trees.h index e9d42de2105..9214740b462 100644 --- a/src/fcmp_pp/curve_trees.h +++ b/src/fcmp_pp/curve_trees.h @@ -155,11 +155,6 @@ static_assert(sizeof(OutputContext) == (8+32+32), "db expects 72 bytes for outpu using OutputsByUnlockBlock = std::unordered_map>; - -// TODO: hack to get arm-linux-android builds working, do not forget to remove this - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wc++11-narrowing" //---------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------- // This class is useful to help update the curve trees merkle tree without needing to keep the entire tree in memory @@ -297,7 +292,6 @@ class CurveTrees const std::size_t m_c1_width; const std::size_t m_c2_width; }; -#pragma clang diagnostic pop //---------------------------------------------------------------------------------------------------------------------- using Helios = tower_cycle::Helios; using Selene = tower_cycle::Selene;