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 6d623fc commit 7f83059Copy full SHA for 7f83059
pycheribuild/projects/cross/newlib.py
@@ -95,6 +95,7 @@ def setup(self):
95
super().setup()
96
# ensure that we don't fall back to system headers (but do use stddef.h from clang...)
97
self.COMMON_FLAGS.extend(["--sysroot", "/this/path/does/not/exist"])
98
+ self.COMMON_FLAGS.extend(["-Wno-implicit-function-declaration"])
99
100
target_cflags = self.commandline_to_str(self.essential_compiler_and_linker_flags + self.COMMON_FLAGS)
101
bindir = self.sdk_bindir
0 commit comments