Skip to content

Commit abe8271

Browse files
committed
rmp: fix abc gcc compilation
Signed-off-by: Bartłomiej Chmiel <[email protected]>
1 parent be538f2 commit abe8271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rmp/src/gia.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "base/abc/abc.h"
1515
#pragma GCC diagnostic push
1616
#pragma GCC diagnostic ignored "-Wredundant-decls"
17+
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
1718
#include "map/if/if.h"
1819
#pragma GCC diagnostic pop
1920
#include "cut/abc_library_factory.h"

0 commit comments

Comments
 (0)