Skip to content

Commit

Permalink
cabal: turn off C++ -Wnullability-completeness warning
Browse files Browse the repository at this point in the history
This stops the C++ compiler from spitting out a little over 18,000 lines
of C++ warnings about pointer nullability, which makes the GitHub logs
actually unusable.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Jan 24, 2025
1 parent 48f2bdb commit a0d322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean.cabal.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ common fb-haskell
ghc-options: -O2

common fb-cpp
cxx-options: -std=c++17
cxx-options: -std=c++17 -Wno-nullability-completeness
if !flag(clang)
cxx-options: -fcoroutines
if arch(x86_64)
Expand Down

0 comments on commit a0d322c

Please sign in to comment.