-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
Not Needed
-
Building the python 3.8 manylinux wheel shows a compile warning:
[2024/08/02 17:21:01.702] bson/_cbsonmodule.c:2951:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[2024/08/02 17:21:01.702] if (view.len < size) {