diff options
Diffstat (limited to 'bootstrap/Makefile')
-rw-r--r-- | bootstrap/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 62ac7ad..0acf6e3 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -41,8 +41,6 @@ BASE_WARNINGS = -Wall -Wextra -pedantic \ -Wvla \ -Wwrite-strings WARNINGS += $(BASE_WARNINGS) -# TODO fix unused labels in the emitted code -STAGE2_DISABLED_WARNINGS = -Wno-unused-label BASELINE_CFLAGS = -std=c89 $(WARNINGS) CLANG_ANALYZE_OPTS = --analyzer-output text OBJECTS = \ |