Skip to content

Commit 33abf81

Browse files
committed
Add more ignore diagnostic pragmas to ruby in order to cover some warningsin docker.
1 parent 9869baa commit 33abf81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/loaders/rb_loader/source/rb_loader_impl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#if defined(__GNUC__)
3636
# pragma GCC diagnostic push
3737
# pragma GCC diagnostic ignored "-Wredundant-decls"
38+
# pragma GCC diagnostic ignored "-Wpedantic"
3839
#endif
3940

4041
#include <ruby.h>

0 commit comments

Comments
 (0)