Skip to content

Commit ad7a7cc

Browse files
Mark LowellMark Lowell
Mark Lowell
authored and
Mark Lowell
committed
Disabled -Werror and -pedantic-errors because it now raises a complaint during compilation; see pybind/pybind11_mkdoc#34
1 parent b72e80c commit ad7a7cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66
COMPILE_ARGS = [
77
'-Wall',
8-
'-pedantic-errors',
98
'-Wextra',
10-
'-Werror',
119
'-Wsign-conversion',
1210
]
1311

0 commit comments

Comments
 (0)