Skip to content

Commit

Permalink
Disabled -Werror and -pedantic-errors because it now raises a complai…
Browse files Browse the repository at this point in the history
…nt during compilation; see pybind/pybind11_mkdoc#34
  • Loading branch information
Mark Lowell authored and Mark Lowell committed Sep 18, 2024
1 parent b72e80c commit ad7a7cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

COMPILE_ARGS = [
'-Wall',
'-pedantic-errors',
'-Wextra',
'-Werror',
'-Wsign-conversion',
]

Expand Down

0 comments on commit ad7a7cc

Please sign in to comment.