Skip to content

Commit

Permalink
Add -Wtype-limits to default set of flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnrt committed Mar 15, 2024
1 parent 6769e25 commit bacad84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ feature_single_flag_c_cpp(
flag = "-Wno-unused-parameter",
)

feature_single_flag_c_cpp(
name = "type_limits_warning",
flag = "-Wtype-limits",
)

feature(
name = "reproducible",
enabled = True,
Expand Down

0 comments on commit bacad84

Please sign in to comment.