Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit c2c9705

Browse files
authored
Update setup.py
1 parent 0eee5c1 commit c2c9705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
],
2929
libraries=["rt"] if sys.platform == 'linux' else [],
3030
sources=["shared_memory/posixshmem.c"],
31+
extra_compile_args=["-Wno-implicit-function-declaration"],
3132
)
3233
win_shm_mod = Extension(
3334
"shared_memory._winshmem",

0 commit comments

Comments
 (0)