Skip to content

Commit

Permalink
fizzy: Handle ECHRetryAvailable explicitly
Browse files Browse the repository at this point in the history
Summary:
Also enable `-Werror=switch` when compiling the Fizzy library to prevent
unhandled switch/case internally within our library.

Reviewed By: zalecodez

Differential Revision: D64440098

fbshipit-source-id: 90114e2124cd43ed17a1a08f2c5b7afbf9e57bce
  • Loading branch information
Mingtao Yang authored and facebook-github-bot committed Oct 16, 2024
1 parent 48bf592 commit bfa83cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fizz/fizzy_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load(":defs.bzl", "CXXFLAGS")

FIZZY_CXXFLAGS = [
"-fvisibility=hidden",
"-Werror=switch",
]

FIZZY_PUBLIC_HEADERS = [
Expand Down

0 comments on commit bfa83cf

Please sign in to comment.