summaryrefslogtreecommitdiff
path: root/ext/objspace
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-31 11:12:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-31 11:14:19 +0900
commit179e402d8a17b7c909aa48b6327d60ca4a53bb3b (patch)
treea2f1176ae14251f0ea8359b01500806b455e4e5c /ext/objspace
parent3264a00958f56e1ba75a95c93e59fc9cccf323e8 (diff)
Updated dependencies on internal/warnings.h
Needed for `UNALIGNED_MEMBER_ACCESS` using `COMPILER_WARNING_`* macros.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2799
Diffstat (limited to 'ext/objspace')
-rw-r--r--ext/objspace/depend2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/objspace/depend b/ext/objspace/depend
index 3107b5bc11..3c5ee9b9b1 100644
--- a/ext/objspace/depend
+++ b/ext/objspace/depend
@@ -43,6 +43,7 @@ objspace.o: $(top_srcdir)/internal/imemo.h
objspace.o: $(top_srcdir)/internal/serial.h
objspace.o: $(top_srcdir)/internal/static_assert.h
objspace.o: $(top_srcdir)/internal/stdbool.h
+objspace.o: $(top_srcdir)/internal/warnings.h
objspace.o: $(top_srcdir)/node.h
objspace.o: $(top_srcdir)/symbol.h
objspace.o: objspace.c
@@ -80,6 +81,7 @@ objspace_dump.o: $(top_srcdir)/internal/static_assert.h
objspace_dump.o: $(top_srcdir)/internal/stdbool.h
objspace_dump.o: $(top_srcdir)/internal/string.h
objspace_dump.o: $(top_srcdir)/internal/vm.h
+objspace_dump.o: $(top_srcdir)/internal/warnings.h
objspace_dump.o: $(top_srcdir)/method.h
objspace_dump.o: $(top_srcdir)/node.h
objspace_dump.o: $(top_srcdir)/ruby_assert.h