Skip to content
Snippets Groups Projects
Commit 00e8a73c authored by Ross Girshick's avatar Ross Girshick
Browse files

silence annoying warnings

parent a3967d6e
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,12 @@ ext_modules = [
Extension(
"utils.cython_bbox",
["utils/bbox.pyx"],
extra_compile_args=["-Wno-cpp", "-Wno-unused-function"],
),
Extension(
"utils.cython_nms",
["utils/nms.pyx"],
extra_compile_args=["-Wno-cpp", "-Wno-unused-function"],
)
]
cmdclass.update({'build_ext': build_ext})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment