Skip to content

Commit

Permalink
Fix circular alias for GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Nov 17, 2023
1 parent 14bf5e1 commit 07aa6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions barretenberg/cpp/src/barretenberg/common/benchmark.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <string>
#include <unistd.h>

// #pragma GCC diagnostic ignored "-Wunused-result" // WORKTODO

namespace {
/**
* If user provides the env var BENCHMARK_FD write benchmarks to this fd, otherwise default to -1 (disable).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class FullGoblinComposerTests : public ::testing::Test {
using CommitmentKey = pcs::CommitmentKey<Curve>;
using OpQueue = proof_system::ECCOpQueue;
using GoblinUltraBuilder = proof_system::GoblinUltraCircuitBuilder;
using GoblinUltraComposer = GoblinUltraComposer;
using ECCVMFlavor = flavor::ECCVM;
using ECCVMBuilder = proof_system::ECCVMCircuitBuilder<ECCVMFlavor>;
using ECCVMComposer = ECCVMComposer_<ECCVMFlavor>;
Expand Down

0 comments on commit 07aa6de

Please sign in to comment.