We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1866dd2 commit f0322c9Copy full SHA for f0322c9
build_libtcod.py
@@ -200,6 +200,7 @@ def walk_sources(directory: str) -> Iterator[str]:
200
"-Wno-deprecated-declarations",
201
"-Wno-discarded-qualifiers", # Ignore discarded restrict qualifiers.
202
"-Wno-error=implicit-function-declaration", # From zlib sources
203
+ "-Wno-implicit-function-declaration", # From zlib sources
204
],
205
}
206
0 commit comments