Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions tool/bin/compile_snippets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ var _chapterTags = <String, List<String>>{
"closure-op",
"disassemble-closure",
"interpret-closure",
"runtime-error-function",
"interpret",
"upvalue-struct",
"resolve-upvalue-recurse",
Expand Down Expand Up @@ -275,18 +274,8 @@ var _chapterTags = <String, List<String>>{
"Optimization": [
"initial-index",
"next-index",
"adjust-alloc",
"adjust-init",
"re-hash",
"adjust-free",
"table-set-grow",
"init-capacity-mask",
"add-all-loop",
"find-string-index",
"find-string-next",
"mark-table",
"remove-white",
"free-table",
"define-nan-boxing",
"end-values-equal",
],
Expand Down
1 change: 1 addition & 0 deletions util/c.make
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CFLAGS += -Wall -Wextra -Werror -Wno-unused-parameter
# are functions that aren't used yet.
ifeq ($(SNIPPET),true)
CFLAGS += -Wno-unused-function
CFLAGS += -Wno-unused-but-set-variable
endif

# Mode configuration.
Expand Down