Skip to content

Commit 4f996ad

Browse files
authored
Fix clang warnings (#696)
1 parent d884e29 commit 4f996ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/mpiwrap/Wrapper.w

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#if defined(__GNUC__)
2626
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
27+
# pragma GCC diagnostic ignored "-Wunused-variable"
2728
#endif
2829

2930
namespace cali

0 commit comments

Comments
 (0)