Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1245

Fix build warning with MinGW32 and CPython 2.4 and 2.5

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 2.9.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      To build the C extensions on Windows for CPython 2.4 and 2.5 you need Visual Studio 2003 (which nobody has anymore) or MinGW32. Using MinGW32 we have the following build warning:

      bson/_cbsonmodule.c: In function '_write_element_to_buffer':
      bson/_cbsonmodule.c:897:13: warning: implicit declaration of function '_scprintf'
      

      This doesn't ultimately matter since the resulting shared object still functions properly, but we should fix it anyway.

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: