Skip to content

Commit

Permalink
Revert "-Wno-sync-alignment"
Browse files Browse the repository at this point in the history
This reverts commit 09fba5f.
  • Loading branch information
abadams committed Jul 16, 2024
1 parent 09fba5f commit af4af91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,7 @@ RUNTIME_CXX_FLAGS = \
-Wno-unknown-warning-option \
-Wno-unused-function \
-Wvla \
-Wsign-compare \
-Wno-sync-alignment
-Wsign-compare

$(BUILD_DIR)/initmod.windows_%_x86_32.ll: $(SRC_DIR)/runtime/windows_%_x86.cpp $(BUILD_DIR)/clang_ok
@mkdir -p $(@D)
Expand Down
1 change: 0 additions & 1 deletion src/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ set(RUNTIME_CXX_FLAGS
-Wvla
-Wsign-compare
-Wimplicit-fallthrough
-Wno-sync-alignment
)

option(Halide_CLANG_TIDY_BUILD "Generate fake compile jobs for runtime files when running clang-tidy." OFF)
Expand Down

0 comments on commit af4af91

Please sign in to comment.