Skip to content

Commit

Permalink
Fix ignored diagnostic.
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Apr 7, 2023
1 parent 6c92c46 commit 2968561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/barretenberg/proof_system/flavor/flavor.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <cstddef>
#include <gtest/gtest.h>

#pragma GCC diagnostic ignored "-Wunused-local-typedef"
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#pragma GCC diagnostic ignored "-Wunused-variable"

namespace test_flavor {
Expand Down

0 comments on commit 2968561

Please sign in to comment.